|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
SOMA.agent.mobility | Contiene le classi che gestiscono la migrazione degli agenti e, in generale, il loro ciclo di vita. |
SOMA.naming.domain | Contiene le classi che gestiscono il Domain Name Service di un place. |
SOMA.naming.place | Contiene le classi che gestiscono il Place Name Service di un place. |
SOMA.network | Contiene le classi che gestiscono la comunicazione fra place diversi. |
SOMA.network.connection | Contiene le classi che gestiscono ogni singola connessione fra place diversi. |
Uses of Command in SOMA.agent.mobility |
Subclasses of Command in SOMA.agent.mobility | |
class |
AgentTransportCommand
Comando per il trasporto di agenti. |
Uses of Command in SOMA.naming.domain |
Subclasses of Command in SOMA.naming.domain | |
class |
DomainRefreshCommand
Comando di aggiornamento della tabella dei domini di un DNS. |
static class |
DomainRefreshCommand.Request
Comando di richiesta di refresh della tabella dei domini. |
class |
DomainRegisterCommand
Comando di registrazione di un DNS presso una altro DNS che diventera' il padre. |
class |
PutDomainCommand
Comando di aggiornamento di un DNS. |
class |
RemoveDomainCommand
Comando di eliminazione di un dominio da un DNS. |
Methods in SOMA.naming.domain with parameters of type Command | |
boolean |
DomainNameService.sendToFatherDomain(Command command)
Spedisce un comando al DNS padre. |
void |
DomainNameService.sendToChildrenDomains(Command command)
Spedisce un comando a tutti i DNS figli. |
void |
DomainNameService.sendToAllDomains(Command command)
Spedisce un comando al DNS padre e a tutti i DNS figli. |
Uses of Command in SOMA.naming.place |
Subclasses of Command in SOMA.naming.place | |
class |
PlaceRefreshCommand
Comando di aggiornamento della tabella dei place di un PNS. |
static class |
PlaceRefreshCommand.Request
Comando di richiesta di refresh della tabella dei place. |
class |
PlaceRegisterCommand
Comando di registrazione del PNS di un place presso il PNS del default place. |
class |
PutPlaceCommand
Comando di aggiornamento di un PNS. |
class |
RemovePlaceCommand
Comando di eliminazione di un place da un PNS. |
Methods in SOMA.naming.place with parameters of type Command | |
void |
PlaceNameService.sendToAllPlaces(Command command)
Spedisce un comando a tutti i place della tabella. |
void |
PlaceNameService.sendToAllPlaces(Command command,
PlaceID DontSendMe)
Spedisce un comando a tutti i place della tabella, escluso il place DontSendMe . |
Uses of Command in SOMA.network |
Subclasses of Command in SOMA.network | |
class |
ConnectionCommand
Comando che avvia una connessione stabile fra place. |
class |
TransportCommand
Comando per le comunicazioni fra place di domini diversi. |
Methods in SOMA.network with parameters of type Command | |
boolean |
NetworkManager.sendCommand(PlaceID destID,
Command aCommand)
Spedizione di un comando ad un place. |
boolean |
NetworkManager.sendCommand(java.net.InetAddress host,
int port,
Command aCommand)
Spedizione di un comando ad un server di indirizzo: host:port. |
Constructors in SOMA.network with parameters of type Command | |
TransportCommand.TransportCommand(PlaceID destination,
Command command)
Costruttore. |
Uses of Command in SOMA.network.connection |
Subclasses of Command in SOMA.network.connection | |
class |
QuickCommand
Comando che non viene eseguito da un thread separato per ragioni di efficienza. |
class |
SendMessageCommand
Recapita un messaggio (stringa) e restituisce una conferma. |
Methods in SOMA.network.connection with parameters of type Command | |
void |
Command.Return(Command ReturnCommand)
Spedisce un comando di risposta. |
void |
Connection.send(Command c)
Spedisce un comando. |
void |
SelfConnection.send(Command c)
Esegue il comando. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |