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 classRemoteCommandJobRunner.RemoteCommandGrabberHandles the job response. -
Uses of RemoteCommandHandler in adams.scripting.engine
Classes in adams.scripting.engine that implement RemoteCommandHandler Modifier and Type Class Description classAbstractRemoteCommandHandlerAncestor for classes that handle remote commands within a scripting engine.static classDefaultMainScriptingEngine.RemoteCommandGrabberHandles the registering/deregistering of workers.classDefaultRemoteCommandHandlerDefault handler for remote commands.static classForwardingScriptingEngine.RemoteCommandGrabberSimply 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 RemoteCommandHandlerAbstractScriptingEngine. m_CommandHandlerthe command handler.Methods in adams.scripting.engine that return RemoteCommandHandler Modifier and Type Method Description RemoteCommandHandlerAbstractScriptingEngine. getCommandHandler()Returns the command handler in use.RemoteCommandHandlerRemoteScriptingEngine. getCommandHandler()Returns the command handler in use.protected RemoteCommandHandlerAbstractScriptingEngine. getDefaultCommandHandler()Returns the default command handler.Methods in adams.scripting.engine with parameters of type RemoteCommandHandler Modifier and Type Method Description voidAbstractScriptingEngine. setCommandHandler(RemoteCommandHandler value)Sets the command handler to use.voidRemoteScriptingEngine. setCommandHandler(RemoteCommandHandler value)Sets the command handler to use.
-