public static enum XAResourceDetectedEvent.ResourceType extends java.lang.Enum<XAResourceDetectedEvent.ResourceType>
| Modifier and Type | Method and Description |
|---|---|
static XAResourceDetectedEvent.ResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XAResourceDetectedEvent.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XAResourceDetectedEvent.ResourceType JDBC
public static final XAResourceDetectedEvent.ResourceType JMS
public static XAResourceDetectedEvent.ResourceType[] values()
for (XAResourceDetectedEvent.ResourceType c : XAResourceDetectedEvent.ResourceType.values()) System.out.println(c);
public static XAResourceDetectedEvent.ResourceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018. All Rights Reserved.