|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<KnownComponentTypes.ConnectionFactoryTypes>
org.jboss.deployers.spi.management.KnownComponentTypes.ConnectionFactoryTypes
public static enum KnownComponentTypes.ConnectionFactoryTypes
Enums for generic ConnectionFactory types
Enum Constant Summary | |
---|---|
NoTx
A connection factory that does not support transactions |
|
Tx
A transacted connection factory |
|
XA
Deprecated. use Tx |
Method Summary | |
---|---|
org.jboss.managed.api.ComponentType |
getType()
|
String |
subtype()
|
String |
type()
|
static KnownComponentTypes.ConnectionFactoryTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static KnownComponentTypes.ConnectionFactoryTypes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final KnownComponentTypes.ConnectionFactoryTypes XA
Tx
public static final KnownComponentTypes.ConnectionFactoryTypes Tx
public static final KnownComponentTypes.ConnectionFactoryTypes NoTx
Method Detail |
---|
public static KnownComponentTypes.ConnectionFactoryTypes[] values()
for (KnownComponentTypes.ConnectionFactoryTypes c : KnownComponentTypes.ConnectionFactoryTypes.values()) System.out.println(c);
public static KnownComponentTypes.ConnectionFactoryTypes 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
NullPointerException
- if the argument is nullpublic String type()
public String subtype()
public org.jboss.managed.api.ComponentType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |