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 class
Logging
Allows 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 class
RemoteCommandToString
Turns a remote command into a string.class
StringToRemoteCommand
Parses 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 class
RemoteExecutionTrigger
Transfers 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 class
RemoteCommandWriter
Sends a command to the remote host defined by the connection settings.
Unsuccessful commands can be store on disk to retry later.class
SendRemoteCommand
Sends 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 class
RemoteCommandReader
Loads 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 class
AbstractRemoteFlowTab
Ancestor for tabs that get applied to remote flows using their ID(s).class
RemoteFlowCommandsTab
Tab for executing actions on remote flows.class
RemoteLoggingTab
Tab 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 class
CommandRunner
Executes scripting commands. -
Uses of RemoteCommandProcessorHandler in adams.scripting.engine
Subinterfaces of RemoteCommandProcessorHandler in adams.scripting.engine Modifier and Type Interface Description interface
JobQueueHandler
Interface for scripting engines that manage a job queue.interface
MainScriptingEngine
Interface for scripting engines that manage worker scripting engines and sending them jobs for execution.interface
RemoteScriptingEngine
Scripting engine for remote commands.Classes in adams.scripting.engine that implement RemoteCommandProcessorHandler Modifier and Type Class Description class
AbstractScriptingEngine
Ancestor of scripting engine for remote commands.class
AbstractScriptingEngineEnhancer
Ancestor for scripting engines that enhance a base one.class
AbstractScriptingEngineWithJobQueue
Ancestor for scripting engines that manage a job queue to restrict executions.class
DefaultMainScriptingEngine
Manages worker scripting engines and sends them jobs for execution.class
DefaultScriptingEngine
Default implementation of scripting engine for remote commands.class
DefaultWorkerScriptingEngine
Registers itself with a main engine for executing jobs.class
FileBasedScriptingEngine
Scripting engine that reads remote commands from disk.class
ForwardingScriptingEngine
Simply forwards incoming commands to the specified connection.class
ManualFeedScriptingEngine
Scripting engine that gets commands fed programmatically.class
MultiScriptingEngine
Manages multiple scripting engines. -
Uses of RemoteCommandProcessorHandler in adams.scripting.requesthandler
Classes in adams.scripting.requesthandler that implement RemoteCommandProcessorHandler Modifier and Type Class Description class
CommandDumperHandler
Saves requests as command files. -
Uses of RemoteCommandProcessorHandler in adams.scripting.responsehandler
Classes in adams.scripting.responsehandler that implement RemoteCommandProcessorHandler Modifier and Type Class Description class
CommandDumperHandler
Saves the responses as command files.
-