SOMA.naming.place
Class RemovePlaceCommand

java.lang.Object
  |
  +--SOMA.network.connection.Command
        |
        +--SOMA.naming.place.RemovePlaceCommand

public class RemovePlaceCommand
extends Command

Comando di eliminazione di un place da un PNS.

Author:
Livio Profiri
See Also:
Serialized Form

Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
RemovePlaceCommand(PlaceID toRemove)
          Costruttore.
 
Method Summary
 void run()
          Rimuove il place.
 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
 

Constructor Detail

RemovePlaceCommand

public RemovePlaceCommand(PlaceID toRemove)
Costruttore.
Method Detail

run

public void run()
Rimuove il place.
Overrides:
run in class Command

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object