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 classAbstractFlowAwareCommandWithResponseAncestor for commands with a response that have flow context.classAbstractRemoteCommandOnFlowWithResponseAncestor 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 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 AbstractCommandWithResponse in adams.scripting.command.distributed
Subclasses of AbstractCommandWithResponse in adams.scripting.command.distributed Modifier and Type Class Description classJobRunnerEncapsulates a JobRunner. -
Uses of AbstractCommandWithResponse in adams.scripting.command.flow
Subclasses of AbstractCommandWithResponse in adams.scripting.command.flow 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).
-