|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TimeOut.Tag>
org.jboss.jca.common.api.metadata.ds.TimeOut.Tag
public static enum TimeOut.Tag

A Tag.
| Enum Constant Summary | |
|---|---|
ALLOCATIONRETRY
allocationRetry tag |
|
ALLOCATIONRETRYWAITMILLIS
allocationRetryWaitMillis tag |
|
BLOCKINGTIMEOUTMILLIS
blockingTimeoutMillis tag |
|
IDLETIMEOUTMINUTES
idleTimeoutMinutes tag |
|
QUERYTIMEOUT
queryTimeout tag |
|
SETTXQUERYTIMEOUT
setTxQueryTimeout tag |
|
UNKNOWN
always first |
|
USETRYLOCK
useTryLock tag |
|
XARESOURCETIMEOUT
xaResourceTimeout tag |
|
| Method Summary | |
|---|---|
static TimeOut.Tag |
forName(String localName)
Static method to get enum instance given localName XsdString |
String |
getLocalName()
Get the local name of this element. |
static TimeOut.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TimeOut.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, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TimeOut.Tag UNKNOWN
public static final TimeOut.Tag BLOCKINGTIMEOUTMILLIS
public static final TimeOut.Tag IDLETIMEOUTMINUTES
public static final TimeOut.Tag SETTXQUERYTIMEOUT
public static final TimeOut.Tag QUERYTIMEOUT
public static final TimeOut.Tag USETRYLOCK
public static final TimeOut.Tag ALLOCATIONRETRY
public static final TimeOut.Tag XARESOURCETIMEOUT
public static final TimeOut.Tag ALLOCATIONRETRYWAITMILLIS
| Method Detail |
|---|
public static TimeOut.Tag[] values()
for (TimeOut.Tag c : TimeOut.Tag.values()) System.out.println(c);
public static TimeOut.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 static TimeOut.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 | |||||||||