Uses of Class
org.apache.oozie.client.SLAEvent.SlaAppType

Packages that use SLAEvent.SlaAppType
org.apache.oozie   
org.apache.oozie.client   
org.apache.oozie.client.rest   
org.apache.oozie.util.db   
 

Uses of SLAEvent.SlaAppType in org.apache.oozie
 

Methods in org.apache.oozie that return SLAEvent.SlaAppType
 SLAEvent.SlaAppType SLAEventBean.getAppType()
           
 

Methods in org.apache.oozie with parameters of type SLAEvent.SlaAppType
 void SLAEventBean.setAppType(SLAEvent.SlaAppType appType)
           
 

Uses of SLAEvent.SlaAppType in org.apache.oozie.client
 

Methods in org.apache.oozie.client that return SLAEvent.SlaAppType
 SLAEvent.SlaAppType SLAEvent.getAppType()
           
static SLAEvent.SlaAppType SLAEvent.SlaAppType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SLAEvent.SlaAppType[] SLAEvent.SlaAppType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SLAEvent.SlaAppType in org.apache.oozie.client.rest
 

Methods in org.apache.oozie.client.rest that return SLAEvent.SlaAppType
 SLAEvent.SlaAppType JsonSLAEvent.getAppType()
           
 

Methods in org.apache.oozie.client.rest with parameters of type SLAEvent.SlaAppType
 void JsonSLAEvent.setAppType(SLAEvent.SlaAppType appType)
           
 

Uses of SLAEvent.SlaAppType in org.apache.oozie.util.db
 

Methods in org.apache.oozie.util.db with parameters of type SLAEvent.SlaAppType
static void SLADbOperations.writeSlaRegistrationEvent(org.jdom.Element eSla, Store store, String slaId, SLAEvent.SlaAppType appType, String user, String groupName)
           
static void SLADbOperations.writeSlaStatusEvent(String id, SLAEvent.Status status, Store store, SLAEvent.SlaAppType appType)
           
static void SLADbOperations.writeStausEvent(String slaXml, String id, Store store, SLAEvent.Status stat, SLAEvent.SlaAppType appType)
           
 



Copyright © 2011 Yahoo. All Rights Reserved.