|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteExecutionStatus | |
|---|---|
| org.gcube.data.access.queueManager.model | |
| Uses of RemoteExecutionStatus in org.gcube.data.access.queueManager.model |
|---|
| Methods in org.gcube.data.access.queueManager.model that return RemoteExecutionStatus | |
|---|---|
RemoteExecutionStatus |
CallBackItem.getExitStatus()
|
RemoteExecutionStatus |
LogItem.getStatus()
|
static RemoteExecutionStatus |
RemoteExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RemoteExecutionStatus[] |
RemoteExecutionStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.gcube.data.access.queueManager.model with parameters of type RemoteExecutionStatus | |
|---|---|
CallBackItem(String id,
List<String> producedFiles,
RemoteExecutionStatus exitStatus,
String exitMessage)
|
|
LogItem(String executionId,
RemoteExecutionStatus status,
String logMessage)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||