Uses of Class
org.wiperdog.jobmanager.JobResult.JOBSTATUS

Packages that use JobResult.JOBSTATUS
org.wiperdog.jobmanager   
org.wiperdog.jobmanager.internal   
 

Uses of JobResult.JOBSTATUS in org.wiperdog.jobmanager
 

Methods in org.wiperdog.jobmanager that return JobResult.JOBSTATUS
 JobResult.JOBSTATUS JobResult.getLastStatus()
          get last job execution status.
static JobResult.JOBSTATUS JobResult.JOBSTATUS.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobResult.JOBSTATUS[] JobResult.JOBSTATUS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of JobResult.JOBSTATUS in org.wiperdog.jobmanager.internal
 

Methods in org.wiperdog.jobmanager.internal that return JobResult.JOBSTATUS
 JobResult.JOBSTATUS JobResultImpl.getLastStatus()
           
 

Methods in org.wiperdog.jobmanager.internal with parameters of type JobResult.JOBSTATUS
 void JobResultImpl.setLastStatus(JobResult.JOBSTATUS status)
           
 



Copyright © 2013. All Rights Reserved.