|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TxConnectionFactory.Tag>
org.jboss.jca.as.converters.TxConnectionFactory.Tag
public static enum TxConnectionFactory.Tag

A Tag.
| Enum Constant Summary | |
|---|---|
ALLOCATION_RETRY
allocationRetry tag |
|
ALLOCATION_RETRY_WAIT_MILLIS
allocationRetryWaitMillis tag |
|
BACKGROUND_VALIDATION
backgroundValidation tag |
|
BACKGROUND_VALIDATION_MILLIS
backgroundValidationMillis tag |
|
BLOCKING_TIMEOUT_MILLIS
blockingTimeoutMillis tag |
|
CONFIG_PROPERTY
config-property tag |
|
CONNECTION_DEFINITION
connection-definition tag |
|
IDLE_TIMEOUT_MINUTES
idleTimeoutMinutes tag |
|
JNDI_NAME
jndiName tag |
|
LOCAL_TRANSACTION
local-transaction tag |
|
MAX_POOL_SIZE
maxPoolSize tag |
|
MIN_POOL_SIZE
min-pool-size tag |
|
NO_TX_SEPARATE_POOLS
xaDatasourceClass tag |
|
PREFILL
prefill tag |
|
RAR_NAME
rar-name tag |
|
SECURITY_DOMAIN
security-domain tag |
|
SECURITY_DOMAIN_AND_APPLICATION
security-domain-and-application tag |
|
TRACK_CONNECTION_BY_TX
xaDatasourceProperty tag |
|
UNKNOWN
always first |
|
USE_FAST_FAIL
useFastFail tag |
|
XA_RESOURCE_TIMEOUT
XaResourceTimeout tag |
|
XA_TRANSACTION
xa-transaction tag |
|
| Method Summary | |
|---|---|
static TxConnectionFactory.Tag |
forName(String localName)
Static method to get enum instance given localName XsdString |
String |
getLocalName()
Get the local name of this element. |
String |
toString()
|
static TxConnectionFactory.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TxConnectionFactory.Tag[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TxConnectionFactory.Tag UNKNOWN
public static final TxConnectionFactory.Tag TRACK_CONNECTION_BY_TX
public static final TxConnectionFactory.Tag NO_TX_SEPARATE_POOLS
public static final TxConnectionFactory.Tag XA_RESOURCE_TIMEOUT
public static final TxConnectionFactory.Tag LOCAL_TRANSACTION
public static final TxConnectionFactory.Tag XA_TRANSACTION
public static final TxConnectionFactory.Tag RAR_NAME
public static final TxConnectionFactory.Tag CONNECTION_DEFINITION
public static final TxConnectionFactory.Tag CONFIG_PROPERTY
public static final TxConnectionFactory.Tag JNDI_NAME
public static final TxConnectionFactory.Tag SECURITY_DOMAIN
public static final TxConnectionFactory.Tag SECURITY_DOMAIN_AND_APPLICATION
public static final TxConnectionFactory.Tag MIN_POOL_SIZE
public static final TxConnectionFactory.Tag MAX_POOL_SIZE
public static final TxConnectionFactory.Tag BLOCKING_TIMEOUT_MILLIS
public static final TxConnectionFactory.Tag BACKGROUND_VALIDATION
public static final TxConnectionFactory.Tag BACKGROUND_VALIDATION_MILLIS
public static final TxConnectionFactory.Tag IDLE_TIMEOUT_MINUTES
public static final TxConnectionFactory.Tag ALLOCATION_RETRY
public static final TxConnectionFactory.Tag ALLOCATION_RETRY_WAIT_MILLIS
public static final TxConnectionFactory.Tag PREFILL
public static final TxConnectionFactory.Tag USE_FAST_FAIL
| Method Detail |
|---|
public static TxConnectionFactory.Tag[] values()
for (TxConnectionFactory.Tag c : TxConnectionFactory.Tag.values()) System.out.println(c);
public static TxConnectionFactory.Tag 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 getLocalName()
public String toString()
toString in class Enum<TxConnectionFactory.Tag>public static TxConnectionFactory.Tag forName(String localName)
localName - a XsdString used as localname (typically tag name as defined in xsd)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||