Uses of Class
org.gcube.data.access.queueManager.model.RemoteExecutionStatus

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)
           
 



Copyright © 2013. All Rights Reserved.