|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
| 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 Connection in SOMA.network |
| Methods in SOMA.network that return Connection | |
Connection |
ConnectionStore.getConnection(PlaceID placeID)
|
Connection |
ConnectionStore.putConnection(PlaceID placeID,
Connection connection)
|
Connection |
ConnectionStore.removeConnection(PlaceID placeID)
|
| Methods in SOMA.network with parameters of type Connection | |
Connection |
ConnectionStore.putConnection(PlaceID placeID,
Connection connection)
|
| Uses of Connection in SOMA.network.connection |
| Subclasses of Connection in SOMA.network.connection | |
class |
SelfConnection
Autoconnessione: esegue in locale i comandi spediti. |
| Fields in SOMA.network.connection declared as Connection | |
protected Connection |
Command.ReturnConnection
Connessione su cui spedire un eventuale comando di risposta. |
| Methods in SOMA.network.connection that return Connection | |
Connection |
ConnectionFactory.createConnection(java.net.Socket s)
Crea una connessione con la socket e l'env. |
Connection |
ExplorableConnectionFactory.createConnection(java.net.Socket s)
Crea la connessione ed aggiunge la nuova voce di menu. |
| Methods in SOMA.network.connection with parameters of type Connection | |
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 Connection | |
ConnectionExplorerItem.ConnectionExplorerItem(Connection c)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||