|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectSOMA.network.connection.ConnectionFactory
Classe responsabile di creare connessioni.
| Field Summary | |
(package private) Environment |
env
|
| Constructor Summary | |
(package private) |
ConnectionFactory(Environment env)
Costruttore. |
| Method Summary | |
Connection |
createConnection(java.net.Socket s)
Crea una connessione con la socket e l'env. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
Environment env
| Constructor Detail |
ConnectionFactory(Environment env)
env - Riferimento all'environment del place: ne ha bisogno ogni connessione creata,
per poterlo fornire ai comandi eseguiti.| Method Detail |
public Connection createConnection(java.net.Socket s)
socket e l'env.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||