|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<JMSControl.HeaderType>
JMSControl.HeaderType
public static enum JMSControl.HeaderType
The header type. Corresponds to the JMS* bean properties on a JMS message.
Enum Constant Summary | |
---|---|
JMSCorrelationID
see javax.jms.Message.getJMSCorrelationID() |
|
JMSDeliveryMode
see javax.jms.Message.getJMSDeliveryMode |
|
JMSExpiration
see javax.jms.Message.getJMSExpiration |
|
JMSMessageID
see javax.jms.Message.getJMSMessageID |
|
JMSPriority
see javax.jms.Message.getJMSPriority |
|
JMSRedelivered
see javax.jms.Message.getJMSRedelivered |
|
JMSTimestamp
see javax.jms.Message.getJMSTimestamp |
|
JMSType
see javax.jms.Message.getJMSType |
Method Summary | |
---|---|
static JMSControl.HeaderType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JMSControl.HeaderType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final JMSControl.HeaderType JMSCorrelationID
public static final JMSControl.HeaderType JMSDeliveryMode
public static final JMSControl.HeaderType JMSPriority
public static final JMSControl.HeaderType JMSExpiration
public static final JMSControl.HeaderType JMSMessageID
public static final JMSControl.HeaderType JMSType
public static final JMSControl.HeaderType JMSRedelivered
public static final JMSControl.HeaderType JMSTimestamp
Method Detail |
---|
public static final JMSControl.HeaderType[] values()
for(JMSControl.HeaderType c : JMSControl.HeaderType.values()) System.out.println(c);
public static JMSControl.HeaderType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |