| Package | Description |
|---|---|
| org.jlab.coda.cMsg.cMsgDomain.server | |
| org.jlab.coda.cMsg.remoteExec |
| Class and Description |
|---|
| IExecutorThread
This interface allows the Executor to run, wait for, and shut down
an application it has been told to run.
|
| Class and Description |
|---|
| ArgType
This enumerates the different types of a constructor's arguments.
|
| CallbackState
Enumerate the possible states of a callback.
|
| CommandCallback
Interface for callback object to be run when process or thread ends.
|
| Commander
This class in conjunction with an Executor running on a remote host,
allow its user to run any command or java thread on that Executor.
|
| CommandReturn
An object of this class is returned by calls to the
Commander.startProcess(org.jlab.coda.cMsg.remoteExec.ExecutorInfo, java.lang.String, boolean, org.jlab.coda.cMsg.remoteExec.CommandCallback, java.lang.Object) or Commander.startThread(org.jlab.coda.cMsg.remoteExec.ExecutorInfo, java.lang.String, org.jlab.coda.cMsg.remoteExec.CommandCallback, java.lang.Object, org.jlab.coda.cMsg.remoteExec.ConstructorInfo)
methods and is used to track the process of command given
to an Executor. |
| CommandType
This enumerates the commands that can be sent to Executor.
|
| ConstructorInfo
This class stores all arguments needed to construct an object.
|
| ExecutorInfo
This class contains information representative of a single Executor
and is used by a Commander.
|
| IExecutorThread
This interface allows the Executor to run, wait for, and shut down
an application it has been told to run.
|
| InfoType
This enumerates the type of information that can be sent from Executor to Commander.
|