Uses of Interface
adams.scripting.engine.RemoteCommandHandler
-
Packages that use RemoteCommandHandler Package Description adams.multiprocess adams.scripting.engine -
-
Uses of RemoteCommandHandler in adams.multiprocess
Classes in adams.multiprocess that implement RemoteCommandHandler Modifier and Type Class Description static class
RemoteCommandJobRunner.RemoteCommandGrabber
Handles the job response. -
Uses of RemoteCommandHandler in adams.scripting.engine
Classes in adams.scripting.engine that implement RemoteCommandHandler Modifier and Type Class Description class
AbstractRemoteCommandHandler
Ancestor for classes that handle remote commands within a scripting engine.static class
DefaultMainScriptingEngine.RemoteCommandGrabber
Handles the registering/deregistering of workers.class
DefaultRemoteCommandHandler
Default handler for remote commands.static class
ForwardingScriptingEngine.RemoteCommandGrabber
Simply used to grab the remote commands from the base scripting engine.Fields in adams.scripting.engine declared as RemoteCommandHandler Modifier and Type Field Description protected RemoteCommandHandler
AbstractScriptingEngine. m_CommandHandler
the command handler.Methods in adams.scripting.engine that return RemoteCommandHandler Modifier and Type Method Description RemoteCommandHandler
AbstractScriptingEngine. getCommandHandler()
Returns the command handler in use.RemoteCommandHandler
RemoteScriptingEngine. getCommandHandler()
Returns the command handler in use.protected RemoteCommandHandler
AbstractScriptingEngine. getDefaultCommandHandler()
Returns the default command handler.Methods in adams.scripting.engine with parameters of type RemoteCommandHandler Modifier and Type Method Description void
AbstractScriptingEngine. setCommandHandler(RemoteCommandHandler value)
Sets the command handler to use.void
RemoteScriptingEngine. setCommandHandler(RemoteCommandHandler value)
Sets the command handler to use.
-