Uses of Class
org.apache.oozie.client.Job.Status

Packages that use Job.Status
org.apache.oozie.client   
 

Uses of Job.Status in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return Job.Status
 Job.Status Job.getStatus()
          Return the JOB status.
 Job.Status CoordinatorJob.getStatus()
          Return the application status.
static Job.Status Job.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Job.Status[] Job.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.oozie.client with parameters of type Job.Status
 void Job.setStatus(Job.Status status)
          Set the status of the job
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.