Uses of Class
adams.scripting.command.AbstractCommand
-
Packages that use AbstractCommand Package Description adams.scripting.command adams.scripting.command.basic adams.scripting.command.distributed adams.scripting.command.flow adams.scripting.command.gui -
-
Uses of AbstractCommand in adams.scripting.command
Subclasses of AbstractCommand in adams.scripting.command Modifier and Type Class Description class
AbstractCommandWithResponse
Ancestor for commands that send a response.class
AbstractFlowAwareCommand
Ancestor for commands that have a flow context..class
AbstractFlowAwareCommandWithResponse
Ancestor for commands with a response that have flow context.class
AbstractRemoteCommandOnFlowWithResponse
Ancestor for commands that work on flows. -
Uses of AbstractCommand in adams.scripting.command.basic
Subclasses of AbstractCommand in adams.scripting.command.basic Modifier and Type Class Description class
AbstractCommandWithFlowStopping
Ancestor for commands that stop flows.class
Kill
Kills the remote ADAMS instance.class
Ping
Requests an 'am alive' signal from the remote host.class
Restart
Attempts to restart the remote ADAMS instance.class
RetrieveFile
Retrieves a file as binary blob.class
SendFile
Sends a file as binary blob.class
StartRemoteLogging
Starts remote logging.class
Stop
Attempts to stop the remote ADAMS instance.class
StopEngine
Simply stops the scripting engine, either the one handling the request or the response.class
StopRemoteLogging
Stops remote logging.class
SystemInfo
Sends the system info of the remote host back.class
Text
Just sends some text. -
Uses of AbstractCommand in adams.scripting.command.distributed
Subclasses of AbstractCommand in adams.scripting.command.distributed Modifier and Type Class Description class
DeregisterWorker
Deregisters aWorkerScriptingEngine
from a main.class
JobRunner
Encapsulates a JobRunner.class
KillWorkers
Kills allWorkerScriptingEngine
that are registered with the main engine receiving this message.class
RegisterWorker
Registers aWorkerScriptingEngine
with a main engine. -
Uses of AbstractCommand in adams.scripting.command.flow
Subclasses of AbstractCommand in adams.scripting.command.flow Modifier and Type Class Description class
GetFlow
Retrieves a running/registered flow using its ID.class
ListFlows
Sends a list of registered running flows back.class
RemoteFlowExecution
Allows the remote execution of flows, including the transfer of storage items from the flow triggering the remote execution.class
RestartFlow
Restarts a registered flow via its ID.class
RunRemoteFlow
Loads and runs a flow on a remote server.class
SendFlowControlCommand
Sends a control command to a flow (pause/resume/stop/start). -
Uses of AbstractCommand in adams.scripting.command.gui
Subclasses of AbstractCommand in adams.scripting.command.gui Modifier and Type Class Description class
MenuItem
Launches the specified menu item on the remote machine.
-