SOMA.network
Class ConnectionCommand

java.lang.Object
  extended bySOMA.network.connection.Command
      extended bySOMA.network.ConnectionCommand
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable

public class ConnectionCommand
extends Command

Comando che avvia una connessione stabile fra place.

Author:
Livio Profiri
See Also:
Serialized Form

Field Summary
(package private)  PlaceID Source
           
 
Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
ConnectionCommand(PlaceID Source)
          Costruttore.
 
Method Summary
 void run()
          Salva nel connectionStore la connessione attuale.
 
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
 

Field Detail

Source

PlaceID Source
Constructor Detail

ConnectionCommand

public ConnectionCommand(PlaceID Source)
Costruttore.

Method Detail

run

public void run()
Salva nel connectionStore la connessione attuale.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class Command


Copyright © 2004 Luca Foschini