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

Packages that use CoordinatorAction.Status
org.apache.oozie.client   
org.apache.oozie.client.event.message   
 

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

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

Uses of CoordinatorAction.Status in org.apache.oozie.client.event.message
 

Methods in org.apache.oozie.client.event.message that return CoordinatorAction.Status
 CoordinatorAction.Status CoordinatorActionMessage.getStatus()
          Get the status of coord action
 

Methods in org.apache.oozie.client.event.message with parameters of type CoordinatorAction.Status
 void CoordinatorActionMessage.setStatus(CoordinatorAction.Status status)
          Set the status of coordinator action
 

Constructors in org.apache.oozie.client.event.message with parameters of type CoordinatorAction.Status
CoordinatorActionMessage(JobEvent.EventStatus eventStatus, String coordinatorActionId, String coordinatorJobId, Date startTime, Date endTime, Date nominalTime, CoordinatorAction.Status status, String user, String appName, String missingDependency, String errorCode, String errorMessage)
          Constructs the coordinator action message
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.