Uses of Interface
adams.scripting.engine.RemoteScriptingEngine
-
-
Uses of RemoteScriptingEngine in adams.flow
Fields in adams.flow declared as RemoteScriptingEngine Modifier and Type Field Description protected RemoteScriptingEngineFlowRunner. m_RemoteScriptingEnginethe remote command scripting engine.Methods in adams.flow that return RemoteScriptingEngine Modifier and Type Method Description RemoteScriptingEngineFlowRunner. getRemoteScriptingEngine()Returns the current scripting engine if any.Methods in adams.flow with parameters of type RemoteScriptingEngine Modifier and Type Method Description voidFlowRunner. addRemoteScriptingEngine(RemoteScriptingEngine value)Adds the scripting engine to execute.voidFlowRunner. removeRemoteScriptingEngine(RemoteScriptingEngine value)Removes the scripting engine (and stops it).voidFlowRunner. setRemoteScriptingEngine(RemoteScriptingEngine value)Sets the scripting engine to execute. -
Uses of RemoteScriptingEngine in adams.flow.standalone
Fields in adams.flow.standalone declared as RemoteScriptingEngine Modifier and Type Field Description protected RemoteScriptingEngineRemoteScriptingEngine. m_Enginethe engine to run.Methods in adams.flow.standalone that return RemoteScriptingEngine Modifier and Type Method Description RemoteScriptingEngineRemoteScriptingEngine. getEngine()Returns the engine in use.Methods in adams.flow.standalone with parameters of type RemoteScriptingEngine Modifier and Type Method Description voidRemoteScriptingEngine. setEngine(RemoteScriptingEngine value)Sets the engine to use. -
Uses of RemoteScriptingEngine in adams.gui.application
Fields in adams.gui.application declared as RemoteScriptingEngine Modifier and Type Field Description protected RemoteScriptingEngineAbstractApplicationFrame. m_RemoteScriptingEnginethe remote command scripting engine.Methods in adams.gui.application that return RemoteScriptingEngine Modifier and Type Method Description RemoteScriptingEngineAbstractApplicationFrame. getRemoteScriptingEngine()Returns the current scripting engine if any.Methods in adams.gui.application with parameters of type RemoteScriptingEngine Modifier and Type Method Description voidAbstractApplicationFrame. addRemoteScriptingEngine(RemoteScriptingEngine value)Adds the scripting engine to execute.voidAbstractApplicationFrame. removeRemoteScriptingEngine(RemoteScriptingEngine value)Removes the scripting engine (and stops it).voidAbstractApplicationFrame. setRemoteScriptingEngine(RemoteScriptingEngine value)Sets the scripting engine to execute. -
Uses of RemoteScriptingEngine in adams.gui.tools.remotecontrolcenter
Methods in adams.gui.tools.remotecontrolcenter that return RemoteScriptingEngine Modifier and Type Method Description RemoteScriptingEngineRemoteControlCenterManagerPanel. getRemoteScriptingEngine()Returns the current scripting engine.Methods in adams.gui.tools.remotecontrolcenter with parameters of type RemoteScriptingEngine Modifier and Type Method Description voidRemoteControlCenterManagerPanel. setRemoteScriptingEngine(RemoteScriptingEngine value)Sets the scripting engine to use. -
Uses of RemoteScriptingEngine in adams.multiprocess
Fields in adams.multiprocess declared as RemoteScriptingEngine Modifier and Type Field Description protected RemoteScriptingEngineRemoteCommandJobRunner. m_ResponseScriptingEnginethe scriping engine to use for listening for the response.Methods in adams.multiprocess that return RemoteScriptingEngine Modifier and Type Method Description protected RemoteScriptingEngineRemoteCommandJobRunner. getDefaultResponseScriptingEngine()Returns the default connection for sending the response back.RemoteScriptingEngineRemoteCommandJobRunner. getResponseScriptingEngine()Returns the connection to use for sending the response back.Methods in adams.multiprocess with parameters of type RemoteScriptingEngine Modifier and Type Method Description voidRemoteCommandJobRunner. setResponseScriptingEngine(RemoteScriptingEngine value)Sets the scripting engine to use for listening for the results. -
Uses of RemoteScriptingEngine in adams.scripting
Fields in adams.scripting declared as RemoteScriptingEngine Modifier and Type Field Description protected RemoteScriptingEngineCommandRunner. m_Enginethe scripting engine to use.Methods in adams.scripting that return RemoteScriptingEngine Modifier and Type Method Description RemoteScriptingEngineScriptingHelper. getDefaultEngine()Returns the default scripting engine.RemoteScriptingEngineCommandRunner. getEngine()Returns the scripting engine in use.RemoteScriptingEngineRemoteScriptingEngineHandler. getRemoteScriptingEngine()Returns the current scripting engine if any.Methods in adams.scripting with parameters of type RemoteScriptingEngine Modifier and Type Method Description voidRemoteScriptingEngineHandler. addRemoteScriptingEngine(RemoteScriptingEngine value)Adds the scripting engine to execute.voidRemoteScriptingEngineHandler. removeRemoteScriptingEngine(RemoteScriptingEngine value)Removes the scripting engine (and stops it).voidCommandRunner. setEngine(RemoteScriptingEngine value)Sets the scripting engine to use.voidRemoteScriptingEngineHandler. setRemoteScriptingEngine(RemoteScriptingEngine value)Sets the scripting engine to execute. -
Uses of RemoteScriptingEngine in adams.scripting.command
Methods in adams.scripting.command with parameters of type RemoteScriptingEngine Modifier and Type Method Description protected abstract StringAbstractCommand. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringAbstractCommandWithResponse. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.voidAbstractCommand. handleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor, RequestHandler handler)Handles the request.voidRemoteCommand. handleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor, RequestHandler handler)Handles the request.voidAbstractCommandWithResponse. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)Handles the response.voidRemoteCommandWithResponse. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)Handles the response. -
Uses of RemoteScriptingEngine in adams.scripting.command.basic
Methods in adams.scripting.command.basic with parameters of type RemoteScriptingEngine Modifier and Type Method Description protected StringKill. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringRestart. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringRetrieveFile. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringSendFile. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringStop. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringText. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.voidStopEngine. handleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor, RequestHandler handler)Handles the request.voidRetrieveFile. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)Handles the response.voidStopEngine. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)Handles the response.voidSystemInfo. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)Handles the response. -
Uses of RemoteScriptingEngine in adams.scripting.command.distributed
Methods in adams.scripting.command.distributed with parameters of type RemoteScriptingEngine Modifier and Type Method Description protected StringDeregisterWorker. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringJobRunner. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringKillWorkers. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.protected StringRegisterWorker. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request. -
Uses of RemoteScriptingEngine in adams.scripting.command.flow
Methods in adams.scripting.command.flow with parameters of type RemoteScriptingEngine Modifier and Type Method Description protected StringRemoteFlowExecution. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request.voidGetFlow. handleResponse(RemoteScriptingEngine engine, ResponseHandler handler)Handles the response. -
Uses of RemoteScriptingEngine in adams.scripting.command.gui
Methods in adams.scripting.command.gui with parameters of type RemoteScriptingEngine Modifier and Type Method Description protected StringMenuItem. doHandleRequest(RemoteScriptingEngine engine, RemoteCommandProcessor processor)Handles the request. -
Uses of RemoteScriptingEngine in adams.scripting.engine
Subinterfaces of RemoteScriptingEngine 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.Classes in adams.scripting.engine that implement RemoteScriptingEngine 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.Fields in adams.scripting.engine declared as RemoteScriptingEngine Modifier and Type Field Description protected RemoteScriptingEngine[]MultiScriptingEngine. m_Enginesthe scripting engines to use.protected RemoteScriptingEngineAbstractRemoteCommandHandler. m_Ownerthe owner.protected RemoteScriptingEngineAbstractScriptingEngineEnhancer. m_ScriptingEnginethe base scripting engine to use.Methods in adams.scripting.engine that return RemoteScriptingEngine Modifier and Type Method Description static RemoteScriptingEngineAbstractScriptingEngine. forCommandLine(String cmdline)Instantiates the engine from the given commandline (i.e., classname and optional options).static RemoteScriptingEngineAbstractScriptingEngine. forName(String classname, String[] options)Instantiates the engine with the given options.protected RemoteScriptingEngineAbstractScriptingEngineEnhancer. getDefaultScriptingEngine()Returns the default scripting engine.protected RemoteScriptingEngineDefaultWorkerScriptingEngine. getDefaultScriptingEngine()Returns the default scripting engine.RemoteScriptingEngine[]MultiScriptingEngine. getEngines()Returns the engines in use.RemoteScriptingEngineAbstractRemoteCommandHandler. getOwner()Returns the owning scripting engine.RemoteScriptingEngineRemoteCommandHandler. getOwner()Returns the owning scripting engine.RemoteScriptingEngineAbstractScriptingEngineEnhancer. getScriptingEngine()Returns the scripting engine in use.static RemoteScriptingEngineAbstractScriptingEngine. runScriptingEngine(Class env, Class engine, String[] options)Runs the engine from the commandline.static RemoteScriptingEngineAbstractScriptingEngine. runScriptingEngine(Class engine, String[] options)Runs the engine from the commandline.Methods in adams.scripting.engine with parameters of type RemoteScriptingEngine Modifier and Type Method Description voidMultiScriptingEngine. addEngine(RemoteScriptingEngine value)Adds the scripting engine without resetting the scheme.voidMultiScriptingEngine. removeEngine(RemoteScriptingEngine value)Removes the scripting engine without resetting the scheme.voidMultiScriptingEngine. setEngines(RemoteScriptingEngine[] value)Sets the engines use.voidAbstractRemoteCommandHandler. setOwner(RemoteScriptingEngine value)Sets the owning scripting engine.voidRemoteCommandHandler. setOwner(RemoteScriptingEngine value)Sets the owning scripting engine.voidAbstractScriptingEngineEnhancer. setScriptingEngine(RemoteScriptingEngine value)Sets the scripting engine to use. -
Uses of RemoteScriptingEngine in adams.scripting.requesthandler
Fields in adams.scripting.requesthandler declared as RemoteScriptingEngine Modifier and Type Field Description protected RemoteScriptingEngineAbstractRequestHandler. m_Ownerthe owner.Methods in adams.scripting.requesthandler that return RemoteScriptingEngine Modifier and Type Method Description RemoteScriptingEngineAbstractRequestHandler. getOwner()Returns the owning engine.RemoteScriptingEngineRequestHandler. getOwner()Returns the owning engine.Methods in adams.scripting.requesthandler with parameters of type RemoteScriptingEngine Modifier and Type Method Description voidAbstractRequestHandler. setOwner(RemoteScriptingEngine value)Sets the owning engine.voidRequestHandler. setOwner(RemoteScriptingEngine value)Sets the owning engine. -
Uses of RemoteScriptingEngine in adams.scripting.responsehandler
Fields in adams.scripting.responsehandler declared as RemoteScriptingEngine Modifier and Type Field Description protected RemoteScriptingEngineAbstractResponseHandler. m_Ownerthe owner.Methods in adams.scripting.responsehandler that return RemoteScriptingEngine Modifier and Type Method Description RemoteScriptingEngineAbstractResponseHandler. getOwner()Returns the owning engine.RemoteScriptingEngineResponseHandler. getOwner()Returns the owning engine.Methods in adams.scripting.responsehandler with parameters of type RemoteScriptingEngine Modifier and Type Method Description voidAbstractResponseHandler. setOwner(RemoteScriptingEngine value)Sets the owning engine.voidResponseHandler. setOwner(RemoteScriptingEngine value)Sets the owning engine. -
Uses of RemoteScriptingEngine in adams.terminal.application
Fields in adams.terminal.application declared as RemoteScriptingEngine Modifier and Type Field Description protected RemoteScriptingEngineAbstractTerminalApplication. m_RemoteScriptingEnginethe remote command scripting engine.Methods in adams.terminal.application that return RemoteScriptingEngine Modifier and Type Method Description RemoteScriptingEngineAbstractTerminalApplication. getRemoteScriptingEngine()Returns the current scripting engine if any.Methods in adams.terminal.application with parameters of type RemoteScriptingEngine Modifier and Type Method Description voidAbstractTerminalApplication. addRemoteScriptingEngine(RemoteScriptingEngine value)Adds the scripting engine to execute.voidAbstractTerminalApplication. removeRemoteScriptingEngine(RemoteScriptingEngine value)Removes the scripting engine (and stops it).voidAbstractTerminalApplication. setRemoteScriptingEngine(RemoteScriptingEngine value)Sets the scripting engine to execute.
-