|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSOMA.network.connection.Command
SOMA.network.StopConnectionCommand
Comando che termina una connessione stabile fra place se non e' piu' in uso.
Nested Class Summary | |
static class |
StopConnectionCommand.RemoveConnectionCommand
Comando che elimina dal connectionStore
la connessione attuale. |
Field Summary | |
(package private) PlaceID |
Source
|
Fields inherited from class SOMA.network.connection.Command |
env, ReturnConnection |
Constructor Summary | |
StopConnectionCommand(PlaceID Source)
Costruttore. |
Method Summary | |
void |
run()
Se la connessione non č pių in uso, la elimina dal connectionStore ,
e fa lo stesso nell'altro pari spedendo un StopConnectionCommand.RemoveConnectionCommand |
java.lang.String |
toString()
|
Methods inherited from class SOMA.network.connection.Command |
Return, start, startOnError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
PlaceID Source
Constructor Detail |
public StopConnectionCommand(PlaceID Source)
Method Detail |
public void run()
connectionStore
,
e fa lo stesso nell'altro pari spedendo un StopConnectionCommand.RemoveConnectionCommand
run
in interface java.lang.Runnable
run
in class Command
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |