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 String
Logging. 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 void
AbstractRemoteControlCenterTab. 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.void
AbstractRemoteFlowTab. sendCommandWithReponse(RemoteCommandWithResponse cmd)
Sends the specified command.void
AbstractRemoteFlowTab. 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 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 RemoteCommandWithResponse in adams.scripting.command.basic
Classes in adams.scripting.command.basic that implement RemoteCommandWithResponse 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 RemoteCommandWithResponse in adams.scripting.command.distributed
Classes in adams.scripting.command.distributed that implement RemoteCommandWithResponse Modifier and Type Class Description class
JobRunner
Encapsulates a JobRunner. -
Uses of RemoteCommandWithResponse in adams.scripting.command.flow
Classes in adams.scripting.command.flow that implement RemoteCommandWithResponse 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).
-