public enum EJB3SubsystemXMLAttribute extends Enum<EJB3SubsystemXMLAttribute>
Modifier and Type | Method and Description |
---|---|
static EJB3SubsystemXMLAttribute |
forName(String localName) |
String |
getLocalName()
Get the local name of this attribute.
|
String |
toString() |
static EJB3SubsystemXMLAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EJB3SubsystemXMLAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EJB3SubsystemXMLAttribute UNKNOWN
public static final EJB3SubsystemXMLAttribute ALIASES
public static final EJB3SubsystemXMLAttribute BEAN_CACHE
public static final EJB3SubsystemXMLAttribute CACHE_CONTAINER
public static final EJB3SubsystemXMLAttribute CACHE_REF
public static final EJB3SubsystemXMLAttribute CLIENT_MAPPINGS_CACHE
public static final EJB3SubsystemXMLAttribute CLUSTERED_CACHE_REF
public static final EJB3SubsystemXMLAttribute CONNECTOR_REF
public static final EJB3SubsystemXMLAttribute CORE_THREADS
public static final EJB3SubsystemXMLAttribute DEFAULT_ACCESS_TIMEOUT
public static final EJB3SubsystemXMLAttribute ENABLED
public static final EJB3SubsystemXMLAttribute ENABLE_BY_DEFAULT
public static final EJB3SubsystemXMLAttribute GROUPS_PATH
public static final EJB3SubsystemXMLAttribute IDLE_TIMEOUT
public static final EJB3SubsystemXMLAttribute IDLE_TIMEOUT_UNIT
public static final EJB3SubsystemXMLAttribute INSTANCE_ACQUISITION_TIMEOUT
public static final EJB3SubsystemXMLAttribute INSTANCE_ACQUISITION_TIMEOUT_UNIT
public static final EJB3SubsystemXMLAttribute KEEPALIVE_TIME
public static final EJB3SubsystemXMLAttribute MAX_POOL_SIZE
public static final EJB3SubsystemXMLAttribute MAX_SIZE
public static final EJB3SubsystemXMLAttribute MAX_THREADS
public static final EJB3SubsystemXMLAttribute NAME
public static final EJB3SubsystemXMLAttribute PASS_BY_VALUE
public static final EJB3SubsystemXMLAttribute PASSIVATE_EVENTS_ON_REPLICATE
public static final EJB3SubsystemXMLAttribute PASSIVATION_STORE_REF
public static final EJB3SubsystemXMLAttribute PATH
public static final EJB3SubsystemXMLAttribute POOL_NAME
public static final EJB3SubsystemXMLAttribute RELATIVE_TO
public static final EJB3SubsystemXMLAttribute RESOURCE_ADAPTER_NAME
public static final EJB3SubsystemXMLAttribute SESSIONS_PATH
public static final EJB3SubsystemXMLAttribute SUBDIRECTORY_COUNT
public static final EJB3SubsystemXMLAttribute THREAD_POOL_NAME
public static final EJB3SubsystemXMLAttribute USE_QUALIFIED_NAME
public static EJB3SubsystemXMLAttribute[] values()
for (EJB3SubsystemXMLAttribute c : EJB3SubsystemXMLAttribute.values()) System.out.println(c);
public static EJB3SubsystemXMLAttribute 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 static EJB3SubsystemXMLAttribute forName(String localName)
public String toString()
toString
in class Enum<EJB3SubsystemXMLAttribute>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.