Package org.jboss.as.ejb3.subsystem
Enum EJB3SubsystemXMLAttribute
- All Implemented Interfaces:
Serializable,Comparable<EJB3SubsystemXMLAttribute>
- Author:
- Jaikiran Pai, Tomasz Adamski
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic EJB3SubsystemXMLAttributeGet the local name of this attribute.toString()static EJB3SubsystemXMLAttributeReturns 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.
-
Enum Constant Details
-
UNKNOWN
-
ALIAS
-
ALIASES
Deprecated. -
ALLOW_EXECUTION
-
BEAN_CACHE
Deprecated. -
BEAN_MANAGEMENT
-
CACHE_CONTAINER
Deprecated. -
CACHE_REF
-
CLIENT_MAPPINGS_CLUSTER_NAME
-
CLIENT_MAPPINGS_CACHE
Deprecated. -
CLUSTERED_CACHE_REF
Deprecated. -
CONNECT_TIMEOUT
-
CONNECTOR_REF
Deprecated. -
CONNECTORS
-
CORE_THREADS
-
DEFAULT_ACCESS_TIMEOUT
-
DEFAULT_SESSION_TIMEOUT
-
DEFAULT_DATA_STORE
-
DEFAULT_PERSISTENT_TIMER_MANAGEMENT
-
DEFAULT_TRANSIENT_TIMER_MANAGEMENT
-
DATABASE
-
DATASOURCE_JNDI_NAME
-
ENABLED
-
ENABLE_BY_DEFAULT
-
EXCLUDE_LOCAL_RECEIVER
-
GROUPS_PATH
Deprecated. -
IDLE_TIMEOUT
Deprecated. -
IDLE_TIMEOUT_UNIT
Deprecated. -
INSTANCE_ACQUISITION_TIMEOUT
-
INSTANCE_ACQUISITION_TIMEOUT_UNIT
-
KEEPALIVE_TIME
-
LOCAL_RECEIVER_PASS_BY_VALUE
-
MAX_POOL_SIZE
-
MAX_SIZE
-
DERIVE_SIZE
-
MAX_THREADS
-
NAME
-
OUTBOUND_CONNECTION_REF
-
PARTITION
-
REFRESH_INTERVAL
-
PASS_BY_VALUE
-
PASSIVATE_EVENTS_ON_REPLICATE
Deprecated. -
PASSIVATION_DISABLED_CACHE_REF
-
PASSIVATION_STORE_REF
Deprecated. -
PATH
-
POOL_NAME
-
RELATIVE_TO
-
RESOURCE_ADAPTER_NAME
-
SESSIONS_PATH
Deprecated. -
STATIC_URLS
-
SUBDIRECTORY_COUNT
Deprecated. -
THREAD_POOL_NAME
-
TYPE
-
USE_QUALIFIED_NAME
-
VALUE
-
ACTIVE
-
EXECUTE_IN_WORKER
-
OUTFLOW_SECURITY_DOMAINS
-
SECURITY_DOMAIN
-
ENABLE_JACC
-
URI
-
APP_NAME
-
MODULE_NAME
-
DISTINCT_NAME
-
LEGACY_COMPLIANT_PRINCIPAL_PROPAGATION
-
MODULE
-
CLASS
-
BINDING
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getLocalName
Get the local name of this attribute.- Returns:
- the local name
-
forName
-
toString
- Overrides:
toStringin classEnum<EJB3SubsystemXMLAttribute>
-