Package | Description |
---|---|
org.jlab.coda.cMsg.remoteExec |
Modifier and Type | Method and Description |
---|---|
void |
ConstructorInfo.addReferenceArg(java.lang.String className,
ConstructorInfo info)
Add to the argument list a reference type with the information necessary
to construct it.
|
void |
ConstructorInfo.addReferenceArg(java.lang.String className,
ConstructorInfo info,
int index)
Add to the argument list a reference type with the information necessary
to construct it at the given index into the existing list of arguments.
|
(package private) CommandReturn |
Commander.startThread(ExecutorInfo exec,
java.lang.String className,
boolean wait,
CommandCallback callback,
java.lang.Object userObject,
int timeout,
ConstructorInfo constructorArgs)
Starts an internal thread in the specified executor and immediately
returns.
|
(package private) CommandReturn |
Commander.startThread(ExecutorInfo exec,
java.lang.String className,
CommandCallback callback,
java.lang.Object userObject,
ConstructorInfo constructorArgs)
This method is an asynchronous means of starting an internal thread
in the specified executor and immediately returns.
|
CommandReturn |
Commander.startThread(ExecutorInfo exec,
java.lang.String className,
int timeout,
ConstructorInfo constructorArgs)
This method is a synchronous means of starting an internal thread
in the specified executor and waiting for it to finish.
|