SOMA.agent
Class AgentWorkerExplorerItem

java.lang.Object
  extended bySOMA.explorer.ExplorerItem
      extended bySOMA.agent.AgentWorkerExplorerItem
All Implemented Interfaces:
java.io.Serializable

public class AgentWorkerExplorerItem
extends ExplorerItem

Voce di menu per gestire i worker dell'Agent Manager.

Author:
Livio Profiri
See Also:
Serialized Form

Field Summary
(package private)  Environment env
           
 
Fields inherited from class SOMA.explorer.ExplorerItem
Syntax
 
Constructor Summary
AgentWorkerExplorerItem(Environment env)
          Costruttore.
 
Method Summary
 java.lang.Object Execute(java.util.Collection Parameters, java.io.PrintStream out)
          Metodo di esecuzione.
 java.lang.String Help(java.io.PrintStream out)
          Stampa un messaggio di descrizione sul PrintStream specificato.
 
Methods inherited from class SOMA.explorer.ExplorerItem
Execute, getSyntax, Help, setSyntax, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

env

Environment env
Constructor Detail

AgentWorkerExplorerItem

public AgentWorkerExplorerItem(Environment env)
Costruttore.

Method Detail

Execute

public java.lang.Object Execute(java.util.Collection Parameters,
                                java.io.PrintStream out)
Metodo di esecuzione.

Specified by:
Execute in class ExplorerItem
Parameters:
Parameters - parametri da utilizzare nell'esecuzione.
out - PrintStream a cui inviare l'output.
Returns:
un Object risultato della computazione eseguita.

Help

public java.lang.String Help(java.io.PrintStream out)
Description copied from class: ExplorerItem
Stampa un messaggio di descrizione sul PrintStream specificato. Questo metodo viene eseguito invocando il comando help

Overrides:
Help in class ExplorerItem


Copyright © 2004 Luca Foschini