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 RemoteCommandProcessorLogging. m_CommandProcessorthe command processor.Methods in adams.console that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessorLogging. getCommandProcessor()Returns the command processor in use.Methods in adams.console with parameters of type RemoteCommandProcessor Modifier and Type Method Description voidLogging. 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 RemoteCommandProcessorRemoteCommandToString. m_CommandProcessorthe processor.protected RemoteCommandProcessorStringToRemoteCommand. m_CommandProcessorthe command processor.Methods in adams.data.conversion that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessorRemoteCommandToString. getCommandProcessor()Returns the command processor in use.RemoteCommandProcessorStringToRemoteCommand. getCommandProcessor()Returns the command processor in use.Methods in adams.data.conversion with parameters of type RemoteCommandProcessor Modifier and Type Method Description voidRemoteCommandToString. setCommandProcessor(RemoteCommandProcessor value)Sets the command processor to use.voidStringToRemoteCommand. 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 RemoteCommandProcessorRemoteExecutionTrigger. m_CommandProcessorthe command processor.Methods in adams.flow.control that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessorRemoteExecutionTrigger. getCommandProcessor()Returns the command processor in use.Methods in adams.flow.control with parameters of type RemoteCommandProcessor Modifier and Type Method Description voidRemoteExecutionTrigger. 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 RemoteCommandProcessorRemoteCommandWriter. m_CommandProcessorthe command processor.protected RemoteCommandProcessorSendRemoteCommand. m_CommandProcessorthe processor.Methods in adams.flow.sink that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessorRemoteCommandWriter. getCommandProcessor()Returns the command processor in use.RemoteCommandProcessorSendRemoteCommand. getCommandProcessor()Returns the command processor in use.Methods in adams.flow.sink with parameters of type RemoteCommandProcessor Modifier and Type Method Description voidRemoteCommandWriter. setCommandProcessor(RemoteCommandProcessor value)Sets the command processor to use.voidSendRemoteCommand. 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 RemoteCommandProcessorRemoteCommandReader. m_CommandProcessorthe command processor.Methods in adams.flow.transformer that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessorRemoteCommandReader. getCommandProcessor()Returns the command processor in use.Methods in adams.flow.transformer with parameters of type RemoteCommandProcessor Modifier and Type Method Description voidRemoteCommandReader. 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 RemoteCommandProcessorRemoteCommands. m_LastCommandProcessorthe 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 RemoteCommandProcessorAbstractRemoteFlowTab. m_CommandProcessorthe command processor.protected RemoteCommandProcessorRemoteLoggingTab. m_CommandProcessorthe command processor.Methods in adams.gui.tools.remotecontrolcenter.panels that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessorAbstractRemoteFlowTab. getCommandProcessor()Returns the command processor in use.RemoteCommandProcessorRemoteLoggingTab. getCommandProcessor()Returns the command processor in use.Methods in adams.gui.tools.remotecontrolcenter.panels with parameters of type RemoteCommandProcessor Modifier and Type Method Description voidAbstractRemoteControlCenterTab. sendCommand(RemoteCommand cmd, RemoteCommandProcessor processor, BaseHostname remote)Sends the specified command, not waiting for a response.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. setCommandProcessor(RemoteCommandProcessor value)Sets the command processor to use.voidRemoteLoggingTab. 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 StringRemoteCommandJobRunner.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 RemoteCommandProcessorCommandRunner. m_CommandProcessorthe command processor.Methods in adams.scripting that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessorCommandRunner. getCommandProcessor()Returns the command processor in use.RemoteCommandProcessorScriptingHelper. getDefaultProcessor()Returns the default command processor.Methods in adams.scripting with parameters of type RemoteCommandProcessor Modifier and Type Method Description voidCommandRunner. 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 StringAbstractCommand. assembleRequest(RemoteCommandProcessor processor)Assembles the command into a string, including any payload.StringRemoteCommand. assembleRequest(RemoteCommandProcessor processor)Assembles the command into a string, including any payload.StringAbstractCommandWithResponse. assembleResponse(RemoteCommandProcessor processor)Assembles the command into a string, including any payload.StringRemoteCommandWithResponse. assembleResponse(RemoteCommandProcessor processor)Assembles the command into a string, including any payload.protected abstract StringAbstractCommand. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringAbstractCommandWithResponse. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.voidAbstractCommand. handleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor, RequestHandler handler)Handles the request.voidRemoteCommand. 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 StringKill. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringRestart. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringRetrieveFile. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringSendFile. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringStop. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringText. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.voidStopEngine. 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 StringDeregisterWorker. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringJobRunner. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringKillWorkers. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringRegisterWorker. 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 StringRemoteFlowExecution. 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 StringMenuItem. 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 StringAbstractSSHConnection. doSend(RemoteCommand cmd, RemoteCommandProcessor processor, boolean request)Sends the command to the specified sscripting engine.protected StringFTPConnection. doSend(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the command to the specified sscripting engine.protected StringScpConnection. doSend(RemoteCommand cmd, RemoteCommandProcessor processor, boolean request)Sends the command to the specified sscripting engine.protected StringSSHConnection. doSend(RemoteCommand cmd, RemoteCommandProcessor processor, boolean request)Sends the command to the specified sscripting engine.protected abstract StringAbstractConnection. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the request command.protected StringAbstractSSHConnection. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the request command.protected StringDefaultConnection. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the request command.protected StringFTPConnection. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the request command.protected StringLoadBalancer. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the request command.protected StringMulticast. doSendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the request command.protected abstract StringAbstractConnection. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the response command.protected StringAbstractSSHConnection. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the response command.protected StringDefaultConnection. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the response command.protected StringFTPConnection. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the response command.protected StringLoadBalancer. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the response command.protected StringMulticast. doSendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the response command.protected StringAbstractSSHConnection. send(RemoteCommand cmd, RemoteCommandProcessor processor, boolean request)Sends the command to the specified sscripting engine.protected StringDefaultConnection. send(RemoteCommand cmd, RemoteCommandProcessor processor, String host, int port, boolean request)Sends the command to the specified sscripting engine.StringAbstractConnection. sendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the request command.StringConnection. sendRequest(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the request command.StringAbstractConnection. sendResponse(RemoteCommand cmd, RemoteCommandProcessor processor)Sends the response command.StringConnection. 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 RemoteCommandProcessorAbstractScriptingEngine. m_CommandProcessorthe command processor.Methods in adams.scripting.engine that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessorAbstractScriptingEngine. getCommandProcessor()Returns the command processor in use.protected RemoteCommandProcessorAbstractScriptingEngine. getDefaultCommandProcessor()Returns the default command processor.Methods in adams.scripting.engine with parameters of type RemoteCommandProcessor Modifier and Type Method Description protected abstract StringAbstractRemoteCommandHandler. doHandle(RemoteCommand cmd, RemoteCommandProcessor processor)Handles the command.protected StringDefaultMainScriptingEngine.RemoteCommandGrabber. doHandle(RemoteCommand cmd, RemoteCommandProcessor processor)Handles the command.protected StringDefaultRemoteCommandHandler. doHandle(RemoteCommand cmd, RemoteCommandProcessor processor)Handles the command.protected StringForwardingScriptingEngine.RemoteCommandGrabber. doHandle(RemoteCommand cmd, RemoteCommandProcessor processor)Handles the command.StringAbstractRemoteCommandHandler. handle(RemoteCommand cmd, RemoteCommandProcessor processor)Handles the command.StringRemoteCommandHandler. handle(RemoteCommand cmd, RemoteCommandProcessor processor)Handles the command.voidAbstractScriptingEngine. 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 classAbstractRemoteCommandProcessorAncestor for processors for remote commands.classDefaultProcessorProcessors for simple remote command format.classJsonProcessorProcessor for remote commands in JSON format.Methods in adams.scripting.processor that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessorRemoteCommandProcessorHandler. getCommandProcessor()Returns the command processor in use.Methods in adams.scripting.processor with parameters of type RemoteCommandProcessor Modifier and Type Method Description voidRemoteCommandProcessorHandler. 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 RemoteCommandProcessorCommandDumperHandler. m_CommandProcessorthe command processor.Methods in adams.scripting.requesthandler that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessorCommandDumperHandler. getCommandProcessor()Returns the command processor in use.Methods in adams.scripting.requesthandler with parameters of type RemoteCommandProcessor Modifier and Type Method Description voidCommandDumperHandler. 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 RemoteCommandProcessorCommandDumperHandler. m_CommandProcessorthe command processor.Methods in adams.scripting.responsehandler that return RemoteCommandProcessor Modifier and Type Method Description RemoteCommandProcessorCommandDumperHandler. getCommandProcessor()Returns the command processor in use.Methods in adams.scripting.responsehandler with parameters of type RemoteCommandProcessor Modifier and Type Method Description voidCommandDumperHandler. setCommandProcessor(RemoteCommandProcessor value)Sets the command processor to use.
-