Uses of Interface
adams.scripting.command.RemoteCommandWithErrorMessage
-
-
Uses of RemoteCommandWithErrorMessage in adams.scripting.command
Subinterfaces of RemoteCommandWithErrorMessage in adams.scripting.command Modifier and Type Interface Description interface
RemoteCommandWithResponse
Interface for remote commands that send a response back to a host.Classes in adams.scripting.command that implement RemoteCommandWithErrorMessage Modifier and Type Class Description class
AbstractCommandWithResponse
Ancestor for commands that send a response.class
AbstractFlowAwareCommandWithResponse
Ancestor for commands with a response that have flow context.class
AbstractRemoteCommandOnFlowWithResponse
Ancestor for commands that work on flows. -
Uses of RemoteCommandWithErrorMessage in adams.scripting.command.basic
Classes in adams.scripting.command.basic that implement RemoteCommandWithErrorMessage 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 RemoteCommandWithErrorMessage in adams.scripting.command.distributed
Classes in adams.scripting.command.distributed that implement RemoteCommandWithErrorMessage Modifier and Type Class Description class
JobRunner
Encapsulates a JobRunner. -
Uses of RemoteCommandWithErrorMessage in adams.scripting.command.flow
Classes in adams.scripting.command.flow that implement RemoteCommandWithErrorMessage 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). -
Uses of RemoteCommandWithErrorMessage in adams.scripting.responsehandler
Methods in adams.scripting.responsehandler with parameters of type RemoteCommandWithErrorMessage Modifier and Type Method Description protected void
SimpleLogPanelResponseHandler. displayErrorMessage(RemoteCommandWithErrorMessage cmd)
Displays the error message.
-