Uses of Class
SOMA.network.connection.ConnectionServer.ConnectionServerException

Packages that use ConnectionServer.ConnectionServerException
SOMA Contiene le classi necessarie all'avvio del sistema 
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 ConnectionServer.ConnectionServerException in SOMA
 

Constructors in SOMA that throw ConnectionServer.ConnectionServerException
Environment.Environment(PlaceID placeID, DirExplorerItem dir, int port, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
          Costruttore: avvia il place chiamando i costruttori di tutti i suoi componenti.
 

Uses of ConnectionServer.ConnectionServerException in SOMA.network
 

Constructors in SOMA.network that throw ConnectionServer.ConnectionServerException
NetworkManager.NetworkManager(Environment env, int port)
          Costruttore.
 

Uses of ConnectionServer.ConnectionServerException in SOMA.network.connection
 

Methods in SOMA.network.connection that throw ConnectionServer.ConnectionServerException
 void ConnectionServer.start()
          Avvia il server.
 void ConnectionServer.stop()
          Arresta il server.