SOMA.naming.place
Class PNSExplorerItem

java.lang.Object
  |
  +--SOMA.explorer.ExplorerItem
        |
        +--SOMA.naming.place.PNSExplorerItem

public class PNSExplorerItem
extends ExplorerItem

Voce di menu per la gestione di un PNS.

Author:
Livio Profiri
See Also:
Serialized Form

Fields inherited from class SOMA.explorer.ExplorerItem
Syntax
 
Constructor Summary
PNSExplorerItem(PlaceNameService pns)
          Costruttore.
 
Method Summary
 java.lang.Object Execute(java.util.Collection Parameters, java.io.PrintStream out)
          Effettua tutte le possibili operazioni su un PNS.
 
Methods inherited from class SOMA.explorer.ExplorerItem
Execute, getSyntax, Help, Help, setSyntax, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PNSExplorerItem

public PNSExplorerItem(PlaceNameService pns)
Costruttore.
Method Detail

Execute

public java.lang.Object Execute(java.util.Collection Parameters,
                                java.io.PrintStream out)
Effettua tutte le possibili operazioni su un PNS.

Le opzioni sono:
{list | put "place" "host" "port" | del "place" | register "host" "port" | refresh {"host" "port"} }

Overrides:
Execute in class ExplorerItem