public static enum XaPool.Tag extends Enum<XaPool.Tag>
Enum Constant and Description |
---|
CAPACITY
capacity tag
|
FAIR
fair tag
|
FLUSH_STRATEGY
flush-strategy tag
|
INITIAL_POOL_SIZE
initial-pool-size tag
|
INTERLEAVING
interleaving tag
|
IS_SAME_RM_OVERRIDE
isSameRmOverrideValue tag
|
MAX_POOL_SIZE
maxPoolSize tag
|
MIN_POOL_SIZE
min-pool-size tag
|
NO_TX_SEPARATE_POOLS
no-tx-separate-pools tag
|
PAD_XID
pad-xid tag
|
PREFILL
prefill tag
|
UNKNOWN
always first
|
USE_STRICT_MIN
use-strict-min tag
|
WRAP_XA_RESOURCE
wrap-xa-resource tag
|
Modifier and Type | Method and Description |
---|---|
static XaPool.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 XaPool.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XaPool.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XaPool.Tag UNKNOWN
public static final XaPool.Tag MIN_POOL_SIZE
public static final XaPool.Tag INITIAL_POOL_SIZE
public static final XaPool.Tag MAX_POOL_SIZE
public static final XaPool.Tag PREFILL
public static final XaPool.Tag FAIR
public static final XaPool.Tag USE_STRICT_MIN
public static final XaPool.Tag FLUSH_STRATEGY
public static final XaPool.Tag CAPACITY
public static final XaPool.Tag IS_SAME_RM_OVERRIDE
public static final XaPool.Tag INTERLEAVING
public static final XaPool.Tag PAD_XID
public static final XaPool.Tag WRAP_XA_RESOURCE
public static final XaPool.Tag NO_TX_SEPARATE_POOLS
public static XaPool.Tag[] values()
for (XaPool.Tag c : XaPool.Tag.values()) System.out.println(c);
public static XaPool.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 nameNullPointerException
- if the argument is nullpublic String getLocalName()
public String toString()
toString
in class Enum<XaPool.Tag>
public static XaPool.Tag forName(String localName)
localName
- a XsdString used as localname (typically tag name as defined in xsd)Copyright © 2021 JBoss by Red Hat. All rights reserved.