Uses of Class
SOMA.Environment

Packages that use Environment
SOMA.agent Contiene le classi di gestione degli agenti. 
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 Environment in SOMA.agent
 

Constructors in SOMA.agent with parameters of type Environment
AgentWorker.AgentWorker(Agent agent, Environment env)
          Costruttore.
AgentSystem.AgentSystem(Environment env)
          Costruttore.
 

Uses of Environment in SOMA.agent.mobility
 

Constructors in SOMA.agent.mobility with parameters of type Environment
AgentManager.AgentManager(Environment env)
          Costruttore.
 

Uses of Environment in SOMA.naming.domain
 

Constructors in SOMA.naming.domain with parameters of type Environment
DomainNameService.DomainNameService(Environment env)
          Costruttore.
 

Uses of Environment in SOMA.naming.place
 

Constructors in SOMA.naming.place with parameters of type Environment
PlaceNameService.PlaceNameService(Environment env)
          Costruttore.
 

Uses of Environment in SOMA.network
 

Constructors in SOMA.network with parameters of type Environment
NetworkManager.NetworkManager(Environment env, int port)
          Costruttore.
 

Uses of Environment in SOMA.network.connection
 

Fields in SOMA.network.connection declared as Environment
protected  Environment Command.env
          Riferimento all'Environment del place.
 

Methods in SOMA.network.connection with parameters of type Environment
 void Command.start(Connection ReturnConnection, Environment env)
          Esegue il comando.
 void QuickCommand.start(Connection ReturnConnection, Environment env)
          Effettuate le inizializzazioni, chiama direttamente Command.run().
 

Constructors in SOMA.network.connection with parameters of type Environment
Connection.Connection(java.net.Socket mySocket, Environment env)
          Costruttore: effettua le inizializzazioni ed apre gli stream della socket.
ExplorableConnectionFactory.ExplorableConnectionFactory(Environment env, DirExplorerItem store, java.lang.String prefixString)
          Costruttore.
SelfConnection.SelfConnection(Environment env)