Uses of Interface
adams.scripting.command.RemoteCommandWithResponse
-
-
Uses of RemoteCommandWithResponse in adams.console
Methods in adams.console with parameters of type RemoteCommandWithResponse Modifier and Type Method Description StringLogging. sendCommandWithReponse(RemoteCommandWithResponse cmd, BaseHostname local, BaseHostname remote, int defPort)Sends the specified command and the response handler for intercepting the result. -
Uses of RemoteCommandWithResponse in adams.gui.tools.remotecontrolcenter.panels
Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type RemoteCommandWithResponse Modifier and Type Method Description voidAbstractRemoteControlCenterTab. sendCommandWithReponse(RemoteCommandWithResponse cmd, RemoteCommandProcessor processor, ResponseHandler responseHandler, BaseHostname local, BaseHostname remote, int defPort)Sends the specified command and the response handler for intercepting the result.voidAbstractRemoteFlowTab. sendCommandWithReponse(RemoteCommandWithResponse cmd)Sends the specified command.voidAbstractRemoteFlowTab. sendCommandWithReponse(RemoteCommandWithResponse cmd, ResponseHandler responseHandler)Sends the specified command and the response handler for intercepting the result. -
Uses of RemoteCommandWithResponse in adams.scripting.command
Classes in adams.scripting.command that implement RemoteCommandWithResponse 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 RemoteCommandWithResponse in adams.scripting.command.basic
Classes in adams.scripting.command.basic that implement RemoteCommandWithResponse 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 RemoteCommandWithResponse in adams.scripting.command.distributed
Classes in adams.scripting.command.distributed that implement RemoteCommandWithResponse Modifier and Type Class Description classJobRunnerEncapsulates a JobRunner. -
Uses of RemoteCommandWithResponse in adams.scripting.command.flow
Classes in adams.scripting.command.flow that implement RemoteCommandWithResponse 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).
-