Uses of Class
org.apache.oozie.AppType

Packages that use AppType
org.apache.oozie   
org.apache.oozie.client   
org.apache.oozie.client.event   
org.apache.oozie.client.event.message   
 

Uses of AppType in org.apache.oozie
 

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

Uses of AppType in org.apache.oozie.client
 

Methods in org.apache.oozie.client with parameters of type AppType
 String JMSConnectionInfo.getTopicPattern(AppType appType)
          Get the topic pattern given the app type of job
 

Uses of AppType in org.apache.oozie.client.event
 

Methods in org.apache.oozie.client.event that return AppType
abstract  AppType SLAEvent.getAppType()
          Get the AppType of the event
 AppType JobEvent.getAppType()
          Get the AppType of the event
 

Methods in org.apache.oozie.client.event with parameters of type AppType
 void JobEvent.setAppType(AppType type)
           
 

Constructors in org.apache.oozie.client.event with parameters of type AppType
JobEvent(String id, String parentId, String user, AppType appType, String appName)
           
 

Uses of AppType in org.apache.oozie.client.event.message
 

Methods in org.apache.oozie.client.event.message that return AppType
 AppType EventMessage.getAppType()
          Returns the appType for a event
 

Methods in org.apache.oozie.client.event.message with parameters of type AppType
 void EventMessage.setAppType(AppType appType)
          Sets the appType for a event
 

Constructors in org.apache.oozie.client.event.message with parameters of type AppType
EventMessage(Event.MessageType messageType, AppType appType)
          Constructs the event message using message type and app type
JobMessage(JobEvent.EventStatus eventStatus, AppType appType, String id, String parentId, Date startTime, Date endTime, String user, String appName)
          Constructs a job message
SLAMessage(SLAEvent.EventStatus eventStatus, SLAEvent.SLAStatus slaStatus, AppType appType, String appName, String user, String jobId, String parentJobId, Date nominalTime, Date expectedStartTime, Date actualStartTime, Date expectedEndTime, Date actualEndTime, long expectedDuration, long actualDuration, String notificationMessage, String upstreamApps)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.