|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentID | |
MUM.data | Il package MUM.data contiene le classi che definiscono alcuni dei dati utilizzati nel sistema e i contratti che le varie entità che verranno gestite da MUM devono implementare. |
MUM.initService | Il package MUM.initService contiene le classi che definiscono gli oggetti utilizzati per la inizializzazione, configurazione e riconfigurazione del sistema. |
MUM.multimediaServicesService | Il package MUM.multimediaServicesService contiene le classi che definiscono gli oggetti utilizzati per la gestione delle entità fisse di tipo server. |
SOMA.agent | Contiene le classi di gestione degli agenti. |
SOMA.agent.classLoading | |
SOMA.agent.mobility | Contiene le classi che gestiscono la migrazione degli agenti e, in generale, il loro ciclo di vita. |
SOMA.gui | Contiene le classi dell'interfaccia grafica utente (GUI). |
SOMA.mobilePlace | |
SOMA.naming | Contiene tutte le classi necessarie all'identificazione di oggetti all'interno del sistema. |
SOMA.resourceManagement |
Uses of AgentID in MUM.data |
Methods in MUM.data that return AgentID | |
AgentID |
Plan.getClientAgentID()
Selettore, ritorna l'agentID del ClientAgent per il quale è stato emesso il plan |
Uses of AgentID in MUM.initService |
Methods in MUM.initService that return AgentID | |
AgentID |
VectorSinglePlan.getClientAgentID()
Selettore, ritorna l'agentID del ClientAgent |
AgentID |
VectorMultiplePlan.getClientAgentID()
Selettore, ritorna l'agentID del ClientAgent per il quale è stato emesso il plan |
AgentID |
NomadicClientPlan.getClientAgentID()
Selettore, ritorna l'agentID del ClientAgent |
AgentID |
ISinglePlan.getClientAgentID()
Selettore, ritorna l'agentID del ClientAgent |
AgentID |
INomadicClientPlan.getClientAgentID()
Selettore, ritorna l'agentID del ClientAgent |
AgentID |
IMultiplePlan.getClientAgentID()
Selettore, ritorna l'agentID del ClientAgent per il quale è stato emesso il plan |
Methods in MUM.initService with parameters of type AgentID | |
void |
PlanVisitorAgentSynchronizer.arrivedComponentInfo(ComponentInfo info,
AgentID agent)
|
void |
PlanVisitorAgentSynchronizer.setIndexOf(AgentID agent)
|
void |
IDecisionMaker.init(Path curPath,
IProfile profile,
java.io.PrintStream out,
IPresentationMetadataRepository repository,
AgentID clientAgent)
sets the path to the current place, this is an important information to determine the state of the IDecisionMaker |
void |
DecisionMakerBase1.init(Path curPath,
IProfile profile,
java.io.PrintStream out,
IPresentationMetadataRepository repository,
AgentID clientAgent)
sets the path to the current place, this is an important information to determine the state of the IDecisionMaker |
Constructors in MUM.initService with parameters of type AgentID | |
VectorSinglePlan(IPresentationMetadata presentation,
AgentID clientAgentID)
Costruttore, con come argomento la presentazione |
|
VectorSinglePlan(IPresentationMetadata presentation,
java.util.List planEntryList,
AgentID clientAgentID)
Costruttore con come argomento presentazione e lista, contenente le PlanEntry |
|
NomadicClientPlan(IPresentationMetadata presentation,
AgentID clientAgentID,
Path pathToTargetPlace,
PlanEntry clientEntry,
ComponentInfo proxyEndpoint)
Costruttore: gli argomenti devono tutti essere non null |
Uses of AgentID in MUM.multimediaServicesService |
Methods in MUM.multimediaServicesService with parameters of type AgentID | |
void |
MultimediaServicesManager.addClientReference(AgentID clientAgent,
IClientSessionManager csm)
Adds a client |
IClientSessionManager |
MultimediaServicesManager.getClientReference(AgentID clientAgent)
Returns, if present a reference to the client, otherwise a null pointer |
Uses of AgentID in SOMA.agent |
Fields in SOMA.agent declared as AgentID | |
AgentID |
Message.from
|
AgentID |
Message.to
|
Methods in SOMA.agent that return AgentID | |
AgentID |
Agent.getID()
Restituisce l'identificatore dell'agente. |
Methods in SOMA.agent with parameters of type AgentID | |
IInitManager |
AgentSystem.getInitManager(IInitListener listener,
IProfile profile,
AgentID clientAgent)
Gets the init manager |
void |
AgentSystem.addMultimediaClient(AgentID agent,
IClientSessionManager csm)
This method add a new client to a place |
IClientSessionManager |
AgentSystem.getMultimediaClient(AgentID agent)
This method requires a client reference |
void |
Agent.setID(AgentID myID)
Permette di specificare l'ID di un agente. |
Constructors in SOMA.agent with parameters of type AgentID | |
Message(java.lang.Object message,
AgentID from,
AgentID to)
|
Uses of AgentID in SOMA.agent.classLoading |
Fields in SOMA.agent.classLoading declared as AgentID | |
(package private) AgentID |
AgentClassLoader.agentID
|
Methods in SOMA.agent.classLoading with parameters of type AgentID | |
static java.net.URL |
AgentClassLoaderSecurity.AgentToURL(java.lang.String AgentClass,
AgentID agentID)
|
(package private) boolean |
AgentClassLoaderSecurity.verifyCode(AgentID agentID,
Environment env,
java.lang.String className,
byte[] classData)
|
static java.net.URL |
AgentClassLoader.AgentToURL(java.lang.String AgentClass,
AgentID agentID)
|
Constructors in SOMA.agent.classLoading with parameters of type AgentID | |
AgentClassLoaderSecurity(Environment env,
java.lang.String agentClass,
AgentID agentID,
boolean sw)
|
|
AgentClassLoaderSecurity(Environment env,
java.lang.String agentClass,
AgentID agentID)
|
|
AgentClassLoader(Environment env,
java.lang.String agentClass,
AgentID agentID)
|
Uses of AgentID in SOMA.agent.mobility |
Methods in SOMA.agent.mobility that return AgentID | |
AgentID |
UbiQoSSystemAgentPacket.getAgentID()
|
AgentID |
SystemAgentPacket.getAgentID()
|
AgentID |
SavedWorker.restoreWorker(Environment env)
|
AgentID |
BasicAgentPacketSecurity.getAgentID()
|
AgentID |
BasicAgentPacket.getAgentID()
|
AgentID[] |
AgentWorkerStore.cheElencoAgenti()
Rende un array di AgentID corrispondente all'elenco di tutti gli agenti gestiti da worker nel place corrente. |
AgentID[] |
AgentPositionStore.cheElencoAgenti()
Rende un array di AgentID corrispondente all'elenco di tutti gli agenti "rintracciabli" creati nel place corrente. |
AgentID |
AgentPacket.getAgentID()
|
AgentID |
AgentManagerSecurity.newAgentID()
Creazione di un nuovo AgentID. |
AgentID |
AgentManager.newAgentID()
Creazione di un nuovo AgentID. |
Methods in SOMA.agent.mobility with parameters of type AgentID | |
AgentWorker |
AgentWorkerStore.getWorker(AgentID agentID)
|
AgentWorker |
AgentWorkerStore.removeWorker(AgentID agentID)
|
PlaceID |
AgentPositionStore.get(AgentID agentID)
|
PlaceID |
AgentPositionStore.put(AgentID agentID,
PlaceID position)
|
PlaceID |
AgentPositionStore.remove(AgentID agentID)
|
void |
AgentManagerSecurity.agentDeath(AgentID agentID)
Fa le pulizie, oppure notifica la morte allo home place dell'agente. |
void |
AgentManager.agentDeath(AgentID agentID)
Fa le pulizie, oppure notifica la morte allo home place dell'agente. |
Constructors in SOMA.agent.mobility with parameters of type AgentID | |
AgentPositionUpdateCommand(AgentID agentID,
PlaceID placeID)
Costruttore. |
|
AgentDeathCommand(AgentID agentID)
Costruttore. |
Uses of AgentID in SOMA.gui |
Fields in SOMA.gui declared as AgentID | |
protected AgentID |
FinAgentInfo.agentID
L'AgentID di cui mostrare le informazioni. |
Constructors in SOMA.gui with parameters of type AgentID | |
FinAgentMessage(AgentID agentID,
FinAgentMessageListener agente)
Costruttore per scrivere un messaggio da zero (c'è solo l'ID del mittente, che viene passato} |
|
FinAgentInfo(AgentID agentID)
Costruisce e mostra la finestra di informazioni. |
Uses of AgentID in SOMA.mobilePlace |
Methods in SOMA.mobilePlace with parameters of type AgentID | |
void |
MobilePlaceManager.addWaitingAgent(AgentID agentID,
PlaceID destination)
Aggiunge un agente alla liste degli agenti che attendono un place mobile. |
Uses of AgentID in SOMA.naming |
Subclasses of AgentID in SOMA.naming | |
class |
AgentIDSigned
Identificatore di un agente . |
Uses of AgentID in SOMA.resourceManagement |
Fields in SOMA.resourceManagement declared as AgentID | |
AgentID |
EventInfo.agID
|
AgentID |
AgentInfo.agID
Identificativo dell'agente |
Methods in SOMA.resourceManagement with parameters of type AgentID | |
AgentInfo[] |
PlaceResourceManager.getAgentTotConsumptions(AgentID agID)
Restituisce i valori di consumo raggiunti da tutti i thread di un certo agente, dalla nascita |
AgentInfo[] |
PlaceResourceManager.getAgentDiffConsumptions(AgentID agID)
Restituisce i valori di consumo di tutti i thread di un certo agente, nell'ultimo intervallo di polling |
void |
MonitoringManager.upDateAgentsTotConsumptions(ThreadStat data,
AgentID agID)
Aggiorna la tabella in cui vengono memorizzati i consumi di tutti i thread degli agenti, ancora presenti o no, dalla loro nascita |
Constructors in SOMA.resourceManagement with parameters of type AgentID | |
NetEvent(java.lang.Object source,
AgentID agID,
java.lang.Thread th,
float val)
Costruttore dati agentId, thread e valore di consumo al momento dell'allarme |
|
MonitoringManagerEvent(java.lang.Object source,
AgentID agID,
java.lang.Thread th,
float val)
Costruttore dati agentId, thread e valore di consumo al momento dell'allarme |
|
MemEvent(java.lang.Object source,
AgentID agID,
java.lang.Thread th,
float val)
Costruttore dati agentId, thread e valore di consumo al momento dell'allarme |
|
FilteredInfo(AgentID agID,
java.lang.Thread thread,
float cpu,
long time,
float mem,
float file_in,
float file_out,
float tcp_in,
float tcp_out,
float udp_in,
float udp_out)
Costruttore campo per campo |
|
FileEvent(java.lang.Object source,
AgentID agID,
java.lang.Thread th,
float val)
Costruttore dati agentId, thread e valore di consumo al momento dell'allarme |
|
EventInfo(java.lang.Thread thread,
AgentID agID,
float val)
Costruttore dati agentId, thread e valore di consumo al momento dell'allarme |
|
CpuEvent(java.lang.Object source,
AgentID agID,
java.lang.Thread th,
float val)
Costruttore dati agentId, thread e valore di consumo al momento dell'allarme |
|
AgentInfo(AgentID agID,
float cpu,
long time,
float mem,
float file_in,
float file_out,
float tcp_in,
float tcp_out,
float udp_in,
float udp_out)
Costruttore campo per campo |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |