public static enum JMSMessageConsumerImpl.MessageDeliveryMode extends Enum<JMSMessageConsumerImpl.MessageDeliveryMode>
Modifier and Type | Method and Description |
---|---|
static JMSMessageConsumerImpl.MessageDeliveryMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSMessageConsumerImpl.MessageDeliveryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMSMessageConsumerImpl.MessageDeliveryMode PUSH
public static final JMSMessageConsumerImpl.MessageDeliveryMode PULL
public static JMSMessageConsumerImpl.MessageDeliveryMode[] values()
for (JMSMessageConsumerImpl.MessageDeliveryMode c : JMSMessageConsumerImpl.MessageDeliveryMode.values()) System.out.println(c);
public static JMSMessageConsumerImpl.MessageDeliveryMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Communote team. All rights reserved.