Uses of Class
tecgraf.openbus.DRMAA.JobState

Packages that use JobState
tecgraf.openbus.DRMAA Possui as classes geradas pelo compilador IDL a partir da especificação da idl CORBA definida em drmaa.idl
 

Uses of JobState in tecgraf.openbus.DRMAA
 

Fields in tecgraf.openbus.DRMAA declared as JobState
static JobState JobState.DONE
           
static JobState JobState.FAILED
           
static JobState JobState.QUEUED_ACTIVE
           
static JobState JobState.RUNNING
           
static JobState JobState.SYSTEM_ON_HOLD
           
static JobState JobState.SYSTEM_SUSPENDED
           
static JobState JobState.UNDETERMINED
           
static JobState JobState.USER_ON_HOLD
           
static JobState JobState.USER_SUSPENDED
           
static JobState JobState.USER_SYSTEM_ON_HOLD
           
static JobState JobState.USER_SYSTEM_SUSPENDED
           
 JobState JobStateHolder.value
           
 

Methods in tecgraf.openbus.DRMAA that return JobState
static JobState JobStateHelper.extract(Any any)
           
static JobState JobState.from_int(int value)
           
 JobState SessionPOATie.jobStatus(String jobName)
           
 JobState SessionOperations.jobStatus(String jobName)
           
 JobState _SessionStub.jobStatus(String jobName)
           
static JobState JobStateHelper.read(InputStream in)
           
 

Methods in tecgraf.openbus.DRMAA with parameters of type JobState
static void JobStateHelper.insert(Any any, JobState s)
           
static void JobStateHelper.write(OutputStream out, JobState s)
           
 

Constructors in tecgraf.openbus.DRMAA with parameters of type JobState
JobStateHolder(JobState initial)
           
 



Tecgraf PUC-Rio