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

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

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.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.