|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SOMA.network.connection.Command | +--SOMA.network.TransportCommand
Comando per le comunicazioni fra place di domini diversi.
TransportCommand incapsula il comando da recapitare:
viene spedito verso una destinazione intermedia, raggiunta la quale
spedisce di nuovo il comando trasportato.
Fields inherited from class SOMA.network.connection.Command |
env,
ReturnConnection |
Constructor Summary | |
TransportCommand(PlaceID destination,
Command command)
Costruttore. |
Method Summary | |
void |
run()
Spedisce di nuovo il comando trasportato. |
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,
toString,
wait,
wait,
wait |
Constructor Detail |
public TransportCommand(PlaceID destination, Command command)
destination
- Place di destinazione.command
- Comando da trasportare.Method Detail |
public void run()
true
, il comando viene attivato, altrimenti viene perso.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |