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 ALIAS
public static final EJB3SubsystemXMLAttribute ALIASES
public static final EJB3SubsystemXMLAttribute ALLOW_EXECUTION
public static final EJB3SubsystemXMLAttribute BEAN_CACHE
public static final EJB3SubsystemXMLAttribute CACHE_CONTAINER
public static final EJB3SubsystemXMLAttribute CACHE_REF
public static final EJB3SubsystemXMLAttribute CLIENT_MAPPINGS_CLUSTER_NAME
@Deprecated public static final EJB3SubsystemXMLAttribute CLIENT_MAPPINGS_CACHE
@Deprecated public static final EJB3SubsystemXMLAttribute CLUSTERED_CACHE_REF
public static final EJB3SubsystemXMLAttribute CONNECT_TIMEOUT
@Deprecated public static final EJB3SubsystemXMLAttribute CONNECTOR_REF
public static final EJB3SubsystemXMLAttribute CONNECTORS
public static final EJB3SubsystemXMLAttribute CORE_THREADS
public static final EJB3SubsystemXMLAttribute DEFAULT_ACCESS_TIMEOUT
public static final EJB3SubsystemXMLAttribute DEFAULT_SESSION_TIMEOUT
public static final EJB3SubsystemXMLAttribute DEFAULT_DATA_STORE
public static final EJB3SubsystemXMLAttribute DATABASE
public static final EJB3SubsystemXMLAttribute DATASOURCE_JNDI_NAME
public static final EJB3SubsystemXMLAttribute ENABLED
public static final EJB3SubsystemXMLAttribute ENABLE_BY_DEFAULT
public static final EJB3SubsystemXMLAttribute EXCLUDE_LOCAL_RECEIVER
@Deprecated public static final EJB3SubsystemXMLAttribute GROUPS_PATH
@Deprecated public static final EJB3SubsystemXMLAttribute IDLE_TIMEOUT
@Deprecated 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 LOCAL_RECEIVER_PASS_BY_VALUE
public static final EJB3SubsystemXMLAttribute MAX_POOL_SIZE
public static final EJB3SubsystemXMLAttribute MAX_SIZE
public static final EJB3SubsystemXMLAttribute DERIVE_SIZE
public static final EJB3SubsystemXMLAttribute MAX_THREADS
public static final EJB3SubsystemXMLAttribute NAME
public static final EJB3SubsystemXMLAttribute OUTBOUND_CONNECTION_REF
public static final EJB3SubsystemXMLAttribute PARTITION
public static final EJB3SubsystemXMLAttribute REFRESH_INTERVAL
public static final EJB3SubsystemXMLAttribute PASS_BY_VALUE
@Deprecated public static final EJB3SubsystemXMLAttribute PASSIVATE_EVENTS_ON_REPLICATE
public static final EJB3SubsystemXMLAttribute PASSIVATION_DISABLED_CACHE_REF
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
@Deprecated public static final EJB3SubsystemXMLAttribute SESSIONS_PATH
public static final EJB3SubsystemXMLAttribute STATIC_URLS
@Deprecated public static final EJB3SubsystemXMLAttribute SUBDIRECTORY_COUNT
public static final EJB3SubsystemXMLAttribute THREAD_POOL_NAME
public static final EJB3SubsystemXMLAttribute TYPE
public static final EJB3SubsystemXMLAttribute USE_QUALIFIED_NAME
public static final EJB3SubsystemXMLAttribute VALUE
public static final EJB3SubsystemXMLAttribute ACTIVE
public static final EJB3SubsystemXMLAttribute EXECUTE_IN_WORKER
public static final EJB3SubsystemXMLAttribute OUTFLOW_SECURITY_DOMAINS
public static final EJB3SubsystemXMLAttribute SECURITY_DOMAIN
public static final EJB3SubsystemXMLAttribute ENABLE_JACC
public static final EJB3SubsystemXMLAttribute URI
public static final EJB3SubsystemXMLAttribute APP_NAME
public static final EJB3SubsystemXMLAttribute MODULE_NAME
public static final EJB3SubsystemXMLAttribute DISTINCT_NAME
public static final EJB3SubsystemXMLAttribute MODULE
public static final EJB3SubsystemXMLAttribute CLASS
public static final EJB3SubsystemXMLAttribute BINDING
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 © 2021 JBoss by Red Hat. All rights reserved.