public enum JMSFactoryType extends Enum<JMSFactoryType>
Enum Constant and Description |
---|
CF |
QUEUE_CF |
QUEUE_XA_CF |
TOPIC_CF |
TOPIC_XA_CF |
XA_CF |
Modifier and Type | Method and Description |
---|---|
int |
intValue() |
static JMSFactoryType |
valueOf(int val) |
static JMSFactoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSFactoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMSFactoryType CF
public static final JMSFactoryType QUEUE_CF
public static final JMSFactoryType TOPIC_CF
public static final JMSFactoryType XA_CF
public static final JMSFactoryType QUEUE_XA_CF
public static final JMSFactoryType TOPIC_XA_CF
public static JMSFactoryType[] values()
for (JMSFactoryType c : JMSFactoryType.values()) System.out.println(c);
public static JMSFactoryType 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 nullpublic int intValue()
public static JMSFactoryType valueOf(int val)
Copyright © 2015 The Apache Software Foundation. All rights reserved.