Uses of Class
adams.scripting.command.AbstractCommandWithResponse
-
Packages that use AbstractCommandWithResponse Package Description adams.scripting.command adams.scripting.command.basic adams.scripting.command.distributed adams.scripting.command.flow -
-
Uses of AbstractCommandWithResponse in adams.scripting.command
Subclasses of AbstractCommandWithResponse in adams.scripting.command Modifier and Type Class Description class
AbstractFlowAwareCommandWithResponse
Ancestor for commands with a response that have flow context.class
AbstractRemoteCommandOnFlowWithResponse
Ancestor for commands that work on flows. -
Uses of AbstractCommandWithResponse in adams.scripting.command.basic
Subclasses of AbstractCommandWithResponse in adams.scripting.command.basic Modifier and Type Class Description class
Ping
Requests an 'am alive' signal from the remote host.class
RetrieveFile
Retrieves a file as binary blob.class
StartRemoteLogging
Starts remote logging.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. -
Uses of AbstractCommandWithResponse in adams.scripting.command.distributed
Subclasses of AbstractCommandWithResponse in adams.scripting.command.distributed Modifier and Type Class Description class
JobRunner
Encapsulates a JobRunner. -
Uses of AbstractCommandWithResponse in adams.scripting.command.flow
Subclasses of AbstractCommandWithResponse 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
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).
-