Uses of Interface
adams.scripting.processor.RemoteCommandProcessor
-
-
Uses of RemoteCommandProcessor in adams.console
Fields in adams.console declared as RemoteCommandProcessor Modifier and Type Field Description protected RemoteCommandProcessor
Logging. m_CommandProcessor
the command processor.Methods in adams.console that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessor
Logging. getCommandProcessor()
Returns the command processor in use.Methods in adams.console with parameters of type RemoteCommandProcessor Modifier and Type Method Description void
Logging. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use. -
Uses of RemoteCommandProcessor in adams.data.conversion
Fields in adams.data.conversion declared as RemoteCommandProcessor Modifier and Type Field Description protected RemoteCommandProcessor
RemoteCommandToString. m_CommandProcessor
the processor.protected RemoteCommandProcessor
StringToRemoteCommand. m_CommandProcessor
the command processor.Methods in adams.data.conversion that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessor
RemoteCommandToString. getCommandProcessor()
Returns the command processor in use.RemoteCommandProcessor
StringToRemoteCommand. getCommandProcessor()
Returns the command processor in use.Methods in adams.data.conversion with parameters of type RemoteCommandProcessor Modifier and Type Method Description void
RemoteCommandToString. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use.void
StringToRemoteCommand. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use. -
Uses of RemoteCommandProcessor in adams.flow.control
Fields in adams.flow.control declared as RemoteCommandProcessor Modifier and Type Field Description protected RemoteCommandProcessor
RemoteExecutionTrigger. m_CommandProcessor
the command processor.Methods in adams.flow.control that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessor
RemoteExecutionTrigger. getCommandProcessor()
Returns the command processor in use.Methods in adams.flow.control with parameters of type RemoteCommandProcessor Modifier and Type Method Description void
RemoteExecutionTrigger. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use. -
Uses of RemoteCommandProcessor in adams.flow.sink
Fields in adams.flow.sink declared as RemoteCommandProcessor Modifier and Type Field Description protected RemoteCommandProcessor
RemoteCommandWriter. m_CommandProcessor
the command processor.protected RemoteCommandProcessor
SendRemoteCommand. m_CommandProcessor
the processor.Methods in adams.flow.sink that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessor
RemoteCommandWriter. getCommandProcessor()
Returns the command processor in use.RemoteCommandProcessor
SendRemoteCommand. getCommandProcessor()
Returns the command processor in use.Methods in adams.flow.sink with parameters of type RemoteCommandProcessor Modifier and Type Method Description void
RemoteCommandWriter. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use.void
SendRemoteCommand. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use. -
Uses of RemoteCommandProcessor in adams.flow.transformer
Fields in adams.flow.transformer declared as RemoteCommandProcessor Modifier and Type Field Description protected RemoteCommandProcessor
RemoteCommandReader. m_CommandProcessor
the command processor.Methods in adams.flow.transformer that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessor
RemoteCommandReader. getCommandProcessor()
Returns the command processor in use.Methods in adams.flow.transformer with parameters of type RemoteCommandProcessor Modifier and Type Method Description void
RemoteCommandReader. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use. -
Uses of RemoteCommandProcessor in adams.gui.menu
Fields in adams.gui.menu declared as RemoteCommandProcessor Modifier and Type Field Description protected RemoteCommandProcessor
RemoteCommands. m_LastCommandProcessor
the last command processor used. -
Uses of RemoteCommandProcessor in adams.gui.tools.remotecontrolcenter.panels
Fields in adams.gui.tools.remotecontrolcenter.panels declared as RemoteCommandProcessor Modifier and Type Field Description protected RemoteCommandProcessor
AbstractRemoteFlowTab. m_CommandProcessor
the command processor.protected RemoteCommandProcessor
RemoteLoggingTab. m_CommandProcessor
the command processor.Methods in adams.gui.tools.remotecontrolcenter.panels that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessor
AbstractRemoteFlowTab. getCommandProcessor()
Returns the command processor in use.RemoteCommandProcessor
RemoteLoggingTab. getCommandProcessor()
Returns the command processor in use.Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type RemoteCommandProcessor Modifier and Type Method Description void
AbstractRemoteControlCenterTab. sendCommand(RemoteCommand cmd, RemoteCommandProcessor processor, BaseHostname remote)
Sends the specified command, not waiting for a response.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. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use.void
RemoteLoggingTab. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use. -
Uses of RemoteCommandProcessor in adams.multiprocess
Methods in adams.multiprocess with parameters of type RemoteCommandProcessor Modifier and Type Method Description protected String
RemoteCommandJobRunner.RemoteCommandGrabber. doHandle(RemoteCommand cmd, RemoteCommandProcessor processor)
Handles the command. -
Uses of RemoteCommandProcessor in adams.scripting
Fields in adams.scripting declared as RemoteCommandProcessor Modifier and Type Field Description protected RemoteCommandProcessor
CommandRunner. m_CommandProcessor
the command processor.Methods in adams.scripting that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessor
CommandRunner. getCommandProcessor()
Returns the command processor in use.RemoteCommandProcessor
ScriptingHelper. getDefaultProcessor()
Returns the default command processor.Methods in adams.scripting with parameters of type RemoteCommandProcessor Modifier and Type Method Description void
CommandRunner. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use. -
Uses of RemoteCommandProcessor in adams.scripting.command
Methods in adams.scripting.command with parameters of type RemoteCommandProcessor Modifier and Type Method Description String
AbstractCommand. assembleRequest(RemoteCommandProcessor processor)
Assembles the command into a string, including any payload.String
RemoteCommand. assembleRequest(RemoteCommandProcessor processor)
Assembles the command into a string, including any payload.String
AbstractCommandWithResponse. assembleResponse(RemoteCommandProcessor processor)
Assembles the command into a string, including any payload.String
RemoteCommandWithResponse. assembleResponse(RemoteCommandProcessor processor)
Assembles the command into a string, including any payload.protected abstract String
AbstractCommand. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request.protected String
AbstractCommandWithResponse. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request.void
AbstractCommand. handleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor, RequestHandler handler)
Handles the request.void
RemoteCommand. handleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor, RequestHandler handler)
Handles the request. -
Uses of RemoteCommandProcessor in adams.scripting.command.basic
Methods in adams.scripting.command.basic with parameters of type RemoteCommandProcessor Modifier and Type Method Description protected String
Kill. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request.protected String
Restart. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request.protected String
RetrieveFile. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request.protected String
SendFile. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request.protected String
Stop. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request.protected String
Text. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request.void
StopEngine. handleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor, RequestHandler handler)
Handles the request. -
Uses of RemoteCommandProcessor in adams.scripting.command.distributed
Methods in adams.scripting.command.distributed with parameters of type RemoteCommandProcessor Modifier and Type Method Description protected String
DeregisterWorker. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request.protected String
JobRunner. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request.protected String
KillWorkers. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request.protected String
RegisterWorker. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request. -
Uses of RemoteCommandProcessor in adams.scripting.command.flow
Methods in adams.scripting.command.flow with parameters of type RemoteCommandProcessor Modifier and Type Method Description protected String
RemoteFlowExecution. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request. -
Uses of RemoteCommandProcessor in adams.scripting.command.gui
Methods in adams.scripting.command.gui with parameters of type RemoteCommandProcessor Modifier and Type Method Description protected String
MenuItem. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)
Handles the request. -
Uses of RemoteCommandProcessor in adams.scripting.connection
Methods in adams.scripting.connection with parameters of type RemoteCommandProcessor Modifier and Type Method Description protected abstract String
AbstractSSHConnection. doSend(RemoteCommand cmd, RemoteCommandProcessor processor, boolean request)
Sends the command to the specified sscripting engine.protected String
FTPConnection. doSend(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the command to the specified sscripting engine.protected String
ScpConnection. doSend(RemoteCommand cmd, RemoteCommandProcessor processor, boolean request)
Sends the command to the specified sscripting engine.protected String
SSHConnection. doSend(RemoteCommand cmd, RemoteCommandProcessor processor, boolean request)
Sends the command to the specified sscripting engine.protected abstract String
AbstractConnection. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the request command.protected String
AbstractSSHConnection. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the request command.protected String
DefaultConnection. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the request command.protected String
FTPConnection. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the request command.protected String
LoadBalancer. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the request command.protected String
Multicast. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the request command.protected abstract String
AbstractConnection. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the response command.protected String
AbstractSSHConnection. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the response command.protected String
DefaultConnection. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the response command.protected String
FTPConnection. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the response command.protected String
LoadBalancer. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the response command.protected String
Multicast. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the response command.protected String
AbstractSSHConnection. send(RemoteCommand cmd, RemoteCommandProcessor processor, boolean request)
Sends the command to the specified sscripting engine.protected String
DefaultConnection. send(RemoteCommand cmd, RemoteCommandProcessor processor, String host, int port, boolean request)
Sends the command to the specified sscripting engine.String
AbstractConnection. sendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the request command.String
Connection. sendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the request command.String
AbstractConnection. sendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the response command.String
Connection. sendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)
Sends the response command. -
Uses of RemoteCommandProcessor in adams.scripting.engine
Fields in adams.scripting.engine declared as RemoteCommandProcessor Modifier and Type Field Description protected RemoteCommandProcessor
AbstractScriptingEngine. m_CommandProcessor
the command processor.Methods in adams.scripting.engine that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessor
AbstractScriptingEngine. getCommandProcessor()
Returns the command processor in use.protected RemoteCommandProcessor
AbstractScriptingEngine. getDefaultCommandProcessor()
Returns the default command processor.Methods in adams.scripting.engine with parameters of type RemoteCommandProcessor Modifier and Type Method Description protected abstract String
AbstractRemoteCommandHandler. doHandle(RemoteCommand cmd, RemoteCommandProcessor processor)
Handles the command.protected String
DefaultMainScriptingEngine.RemoteCommandGrabber. doHandle(RemoteCommand cmd, RemoteCommandProcessor processor)
Handles the command.protected String
DefaultRemoteCommandHandler. doHandle(RemoteCommand cmd, RemoteCommandProcessor processor)
Handles the command.protected String
ForwardingScriptingEngine.RemoteCommandGrabber. doHandle(RemoteCommand cmd, RemoteCommandProcessor processor)
Handles the command.String
AbstractRemoteCommandHandler. handle(RemoteCommand cmd, RemoteCommandProcessor processor)
Handles the command.String
RemoteCommandHandler. handle(RemoteCommand cmd, RemoteCommandProcessor processor)
Handles the command.void
AbstractScriptingEngine. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use. -
Uses of RemoteCommandProcessor in adams.scripting.processor
Classes in adams.scripting.processor that implement RemoteCommandProcessor Modifier and Type Class Description class
AbstractRemoteCommandProcessor
Ancestor for processors for remote commands.class
DefaultProcessor
Processors for simple remote command format.class
JsonProcessor
Processor for remote commands in JSON format.Methods in adams.scripting.processor that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessor
RemoteCommandProcessorHandler. getCommandProcessor()
Returns the command processor in use.Methods in adams.scripting.processor with parameters of type RemoteCommandProcessor Modifier and Type Method Description void
RemoteCommandProcessorHandler. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use. -
Uses of RemoteCommandProcessor in adams.scripting.requesthandler
Fields in adams.scripting.requesthandler declared as RemoteCommandProcessor Modifier and Type Field Description protected RemoteCommandProcessor
CommandDumperHandler. m_CommandProcessor
the command processor.Methods in adams.scripting.requesthandler that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessor
CommandDumperHandler. getCommandProcessor()
Returns the command processor in use.Methods in adams.scripting.requesthandler with parameters of type RemoteCommandProcessor Modifier and Type Method Description void
CommandDumperHandler. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use. -
Uses of RemoteCommandProcessor in adams.scripting.responsehandler
Fields in adams.scripting.responsehandler declared as RemoteCommandProcessor Modifier and Type Field Description protected RemoteCommandProcessor
CommandDumperHandler. m_CommandProcessor
the command processor.Methods in adams.scripting.responsehandler that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessor
CommandDumperHandler. getCommandProcessor()
Returns the command processor in use.Methods in adams.scripting.responsehandler with parameters of type RemoteCommandProcessor Modifier and Type Method Description void
CommandDumperHandler. setCommandProcessor(RemoteCommandProcessor value)
Sets the command processor to use.
-