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 interfaceRemoteCommandWithResponseInterface for remote commands that send a response back to a host.Classes in adams.scripting.command that implement RemoteCommandWithErrorMessage Modifier and Type Class Description classAbstractCommandWithResponseAncestor for commands that send a response.classAbstractFlowAwareCommandWithResponseAncestor for commands with a response that have flow context.classAbstractRemoteCommandOnFlowWithResponseAncestor 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 classPingRequests an 'am alive' signal from the remote host.classRetrieveFileRetrieves a file as binary blob.classStartRemoteLoggingStarts remote logging.classStopEngineSimply stops the scripting engine, either the one handling the request or the response.classStopRemoteLoggingStops remote logging.classSystemInfoSends 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 classJobRunnerEncapsulates a JobRunner. -
Uses of RemoteCommandWithErrorMessage in adams.scripting.command.flow
Classes in adams.scripting.command.flow that implement RemoteCommandWithErrorMessage Modifier and Type Class Description classGetFlowRetrieves a running/registered flow using its ID.classListFlowsSends a list of registered running flows back.classRestartFlowRestarts a registered flow via its ID.classRunRemoteFlowLoads and runs a flow on a remote server.classSendFlowControlCommandSends 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 voidSimpleLogPanelResponseHandler. displayErrorMessage(RemoteCommandWithErrorMessage cmd)Displays the error message.
-