| AbstractRemoteCommandHandler |
Ancestor for classes that handle remote commands within a scripting engine.
|
| AbstractScriptingEngine |
Ancestor of scripting engine for remote commands.
|
| AbstractScriptingEngineEnhancer |
Ancestor for scripting engines that enhance a base one.
|
| AbstractScriptingEngineWithJobQueue |
Ancestor for scripting engines that manage a job queue to restrict executions.
|
| DefaultMainScriptingEngine |
Manages worker scripting engines and sends them jobs for execution.
|
| DefaultMainScriptingEngine.RemoteCommandGrabber |
Handles the registering/deregistering of workers.
|
| DefaultRemoteCommandHandler |
Default handler for remote commands.
|
| DefaultScriptingEngine |
Default implementation of scripting engine for remote commands.
|
| DefaultWorkerScriptingEngine |
Registers itself with a main engine for executing jobs.
|
| FileBasedScriptingEngine |
Scripting engine that reads remote commands from disk.
|
| ForwardingScriptingEngine |
Simply forwards incoming commands to the specified connection.
|
| ForwardingScriptingEngine.RemoteCommandGrabber |
Simply used to grab the remote commands from the base scripting engine.
|
| ManualFeedScriptingEngine |
Scripting engine that gets commands fed programmatically.
|
| MultiScriptingEngine |
Manages multiple scripting engines.
|