g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.batch.IBatchJobInfo.JobState

Packages that use IBatchJobInfo.JobState
eu.geclipse.batch   
 

Uses of IBatchJobInfo.JobState in eu.geclipse.batch
 

Methods in eu.geclipse.batch that return IBatchJobInfo.JobState
 IBatchJobInfo.JobState BatchJobInfo.getStatus()
           
 IBatchJobInfo.JobState IBatchJobInfo.getStatus()
           
static IBatchJobInfo.JobState IBatchJobInfo.JobState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IBatchJobInfo.JobState[] IBatchJobInfo.JobState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in eu.geclipse.batch with parameters of type IBatchJobInfo.JobState
 IBatchJobInfo IBatchJobManager.addMerge(java.lang.String jobId, java.lang.String jobName, java.lang.String userAccount, java.lang.String timeUse, IBatchJobInfo.JobState status, java.lang.String queueName, IBatchService batchWrapper)
          Either add the following job if it doesn't exist or merge the state if it already exists.
 void BatchJobInfo.setStatus(IBatchJobInfo.JobState status)
           
 void IBatchJobInfo.setStatus(IBatchJobInfo.JobState status)
           
 

Constructors in eu.geclipse.batch with parameters of type IBatchJobInfo.JobState
BatchJobInfo(java.lang.String jobId, java.lang.String jobName, java.lang.String userAccount, java.lang.String timeUse, IBatchJobInfo.JobState status, java.lang.String queueName, IBatchService batchWrapper)
          Create a new QueueInfo holder, from the arguments.
 


g-Eclipse
Release 1.0.0