SOMA.agent
Class AgentLauncherExplorerItem

java.lang.Object
  extended bySOMA.explorer.ExplorerItem
      extended bySOMA.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

Field Summary
(package private)  Environment env
           
static java.lang.String NO_START
           
static java.lang.String NOT_TRACEABLE
           
static java.lang.String SYSTEM_CLASSLOADER
           
 
Fields inherited from class SOMA.explorer.ExplorerItem
Syntax
 
Constructor Summary
AgentLauncherExplorerItem(Environment env)
           
 
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 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

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
Constructor Detail

AgentLauncherExplorerItem

public AgentLauncherExplorerItem(Environment env)
Method Detail

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