|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SOMA.network.connection.ConnectionFactory | +--SOMA.network.connection.ExplorableConnectionFactory
ConnectionFactory
che aggiunge ad un menu
una nuova voce per ogni connessione creata.
Questa permette all'utente di controllare tutte le connessioni create.
E' possibile ad esempio interromperle, monitorarne lo stato o spedire messaggi.
Constructor Summary | |
ExplorableConnectionFactory(Environment env,
DirExplorerItem store,
java.lang.String prefixString)
Costruttore. |
Method Summary | |
Connection |
createConnection(java.net.Socket s)
Crea la connessione ed aggiunge la nuova voce di menu. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ExplorableConnectionFactory(Environment env, DirExplorerItem store, java.lang.String prefixString)
env
- L'environment del place.store
- Il menu a cui aggiungere le nuove voci.prefixString
- Prefisso di ogni voce creata.Method Detail |
public Connection createConnection(java.net.Socket s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |