SOMA.agent
Class AgentLauncherExplorerItem
java.lang.Object
SOMA.explorer.ExplorerItem
SOMA.agent.AgentLauncherExplorerItem
- All Implemented Interfaces:
- java.io.Serializable
- public class AgentLauncherExplorerItem
- extends ExplorerItem
Voce di menu per gestire il lancio di agenti...
- Author:
- Livio Profiri
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
Execute(java.util.Collection Parameters,
java.io.PrintStream out)
Esegue la voce di menu con i parametri specificati.
|
java.lang.String |
Help(java.io.PrintStream out)
Stampa un messaggio di descrizione sul PrintStream specificato.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
env
Environment env
SYSTEM_CLASSLOADER
public static final java.lang.String SYSTEM_CLASSLOADER
- See Also:
- Constant Field Values
NOT_TRACEABLE
public static final java.lang.String NOT_TRACEABLE
- See Also:
- Constant Field Values
NO_START
public static final java.lang.String NO_START
- See Also:
- Constant Field Values
AgentLauncherExplorerItem
public AgentLauncherExplorerItem(Environment env)
Execute
public java.lang.Object Execute(java.util.Collection Parameters,
java.io.PrintStream out)
- Description copied from class:
ExplorerItem
- Esegue la voce di menu con i parametri specificati.
Questo e' il metodo che va ridefinito per creare un ExplorerItem non astratto.
Esempio:
LoadExplorerItem
- 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