Uses of Class
adams.scripting.command.AbstractCommand
-
Packages that use AbstractCommand Package Description adams.scripting.command adams.scripting.command.basic adams.scripting.command.distributed adams.scripting.command.flow adams.scripting.command.gui -
-
Uses of AbstractCommand in adams.scripting.command
Subclasses of AbstractCommand in adams.scripting.command Modifier and Type Class Description classAbstractCommandWithResponseAncestor for commands that send a response.classAbstractFlowAwareCommandAncestor for commands that have a flow context..classAbstractFlowAwareCommandWithResponseAncestor for commands with a response that have flow context.classAbstractRemoteCommandOnFlowWithResponseAncestor for commands that work on flows. -
Uses of AbstractCommand in adams.scripting.command.basic
Subclasses of AbstractCommand in adams.scripting.command.basic Modifier and Type Class Description classAbstractCommandWithFlowStoppingAncestor for commands that stop flows.classKillKills the remote ADAMS instance.classPingRequests an 'am alive' signal from the remote host.classRestartAttempts to restart the remote ADAMS instance.classRetrieveFileRetrieves a file as binary blob.classSendFileSends a file as binary blob.classStartRemoteLoggingStarts remote logging.classStopAttempts to stop the remote ADAMS instance.classStopEngineSimply stops the scripting engine, either the one handling the request or the response.classStopRemoteLoggingStops remote logging.classSystemInfoSends the system info of the remote host back.classTextJust sends some text. -
Uses of AbstractCommand in adams.scripting.command.distributed
Subclasses of AbstractCommand in adams.scripting.command.distributed Modifier and Type Class Description classDeregisterWorkerDeregisters aWorkerScriptingEnginefrom a main.classJobRunnerEncapsulates a JobRunner.classKillWorkersKills allWorkerScriptingEnginethat are registered with the main engine receiving this message.classRegisterWorkerRegisters aWorkerScriptingEnginewith a main engine. -
Uses of AbstractCommand in adams.scripting.command.flow
Subclasses of AbstractCommand in adams.scripting.command.flow Modifier and Type Class Description classGetFlowRetrieves a running/registered flow using its ID.classListFlowsSends a list of registered running flows back.classRemoteFlowExecutionAllows the remote execution of flows, including the transfer of storage items from the flow triggering the remote execution.classRestartFlowRestarts a registered flow via its ID.classRunRemoteFlowLoads and runs a flow on a remote server.classSendFlowControlCommandSends a control command to a flow (pause/resume/stop/start). -
Uses of AbstractCommand in adams.scripting.command.gui
Subclasses of AbstractCommand in adams.scripting.command.gui Modifier and Type Class Description classMenuItemLaunches the specified menu item on the remote machine.
-