org.apache.oozie.client.event.jms
Class JMSHeaderConstants

java.lang.Object
  extended by org.apache.oozie.client.event.jms.JMSHeaderConstants

public final class JMSHeaderConstants
extends Object

Class holding constants used in JMS selectors


Field Summary
static String APP_NAME
           
static String APP_TYPE
           
static String EVENT_STATUS
           
static String MESSAGE_FORMAT
           
static String MESSAGE_TYPE
           
static String SLA_STATUS
           
static String USER
           
 
Constructor Summary
JMSHeaderConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_STATUS

public static final String EVENT_STATUS
See Also:
Constant Field Values

SLA_STATUS

public static final String SLA_STATUS
See Also:
Constant Field Values

APP_NAME

public static final String APP_NAME
See Also:
Constant Field Values

USER

public static final String USER
See Also:
Constant Field Values

MESSAGE_TYPE

public static final String MESSAGE_TYPE
See Also:
Constant Field Values

APP_TYPE

public static final String APP_TYPE
See Also:
Constant Field Values

MESSAGE_FORMAT

public static final String MESSAGE_FORMAT
See Also:
Constant Field Values
Constructor Detail

JMSHeaderConstants

public JMSHeaderConstants()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.