Package | Description |
---|---|
org.jlab.coda.cMsg.remoteExec |
Modifier and Type | Method and Description |
---|---|
CallbackState |
CommandReturn.getCallbackState()
Get the state of the callback.
|
static CallbackState |
CallbackState.getCallbackState(java.lang.String value)
Obtain the enum from the value.
|
static CallbackState |
CallbackState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CallbackState[] |
CallbackState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
CommandReturn.setCallbackState(CallbackState callbackState)
Set the state of the callback, but not when locked.
|
(package private) void |
CommandReturn.setCallbackStateIfLocked(CallbackState callbackState)
Set the state of the callback even if locked.
|
Constructor and Description |
---|
CommandReturn(Commander commander,
ExecutorInfo executor,
CallbackState callbackState)
Constructor.
|