Uses of Interface
adams.scripting.processor.RemoteCommandProcessorHandler
-
-
Uses of RemoteCommandProcessorHandler in adams.console
Classes in adams.console that implement RemoteCommandProcessorHandler Modifier and Type Class Description classLoggingAllows to capture the logging of an ADAMS instance. -
Uses of RemoteCommandProcessorHandler in adams.data.conversion
Classes in adams.data.conversion that implement RemoteCommandProcessorHandler Modifier and Type Class Description classRemoteCommandToStringTurns a remote command into a string.classStringToRemoteCommandParses the String and turns it into a RemoteCommand object. -
Uses of RemoteCommandProcessorHandler in adams.flow.control
Classes in adams.flow.control that implement RemoteCommandProcessorHandler Modifier and Type Class Description classRemoteExecutionTriggerTransfers the actors below itself, the specified storage items and variables using the specified connection for remote execution.
Uses the adams.scripting.command.flow.RemoteFlowExecution remote command behind the scenes. -
Uses of RemoteCommandProcessorHandler in adams.flow.sink
Classes in adams.flow.sink that implement RemoteCommandProcessorHandler Modifier and Type Class Description classRemoteCommandWriterSends a command to the remote host defined by the connection settings.
Unsuccessful commands can be store on disk to retry later.classSendRemoteCommandSends a command to the remote host defined by the connection settings.
Unsuccessful commands can be store on disk to retry later. -
Uses of RemoteCommandProcessorHandler in adams.flow.transformer
Classes in adams.flow.transformer that implement RemoteCommandProcessorHandler Modifier and Type Class Description classRemoteCommandReaderLoads the remote command from the incoming file. -
Uses of RemoteCommandProcessorHandler in adams.gui.tools.remotecontrolcenter.panels
Classes in adams.gui.tools.remotecontrolcenter.panels that implement RemoteCommandProcessorHandler Modifier and Type Class Description classAbstractRemoteFlowTabAncestor for tabs that get applied to remote flows using their ID(s).classRemoteFlowCommandsTabTab for executing actions on remote flows.classRemoteLoggingTabTab for starting/stopping tapping into the logging messages of a remote flow (both machines can communicate via host/port). -
Uses of RemoteCommandProcessorHandler in adams.scripting
Classes in adams.scripting that implement RemoteCommandProcessorHandler Modifier and Type Class Description classCommandRunnerExecutes scripting commands. -
Uses of RemoteCommandProcessorHandler in adams.scripting.engine
Subinterfaces of RemoteCommandProcessorHandler in adams.scripting.engine Modifier and Type Interface Description interfaceJobQueueHandlerInterface for scripting engines that manage a job queue.interfaceMainScriptingEngineInterface for scripting engines that manage worker scripting engines and sending them jobs for execution.interfaceRemoteScriptingEngineScripting engine for remote commands.Classes in adams.scripting.engine that implement RemoteCommandProcessorHandler Modifier and Type Class Description classAbstractScriptingEngineAncestor of scripting engine for remote commands.classAbstractScriptingEngineEnhancerAncestor for scripting engines that enhance a base one.classAbstractScriptingEngineWithJobQueueAncestor for scripting engines that manage a job queue to restrict executions.classDefaultMainScriptingEngineManages worker scripting engines and sends them jobs for execution.classDefaultScriptingEngineDefault implementation of scripting engine for remote commands.classDefaultWorkerScriptingEngineRegisters itself with a main engine for executing jobs.classFileBasedScriptingEngineScripting engine that reads remote commands from disk.classForwardingScriptingEngineSimply forwards incoming commands to the specified connection.classManualFeedScriptingEngineScripting engine that gets commands fed programmatically.classMultiScriptingEngineManages multiple scripting engines. -
Uses of RemoteCommandProcessorHandler in adams.scripting.requesthandler
Classes in adams.scripting.requesthandler that implement RemoteCommandProcessorHandler Modifier and Type Class Description classCommandDumperHandlerSaves requests as command files. -
Uses of RemoteCommandProcessorHandler in adams.scripting.responsehandler
Classes in adams.scripting.responsehandler that implement RemoteCommandProcessorHandler Modifier and Type Class Description classCommandDumperHandlerSaves the responses as command files.
-