Package org.jboss.as.ejb3.subsystem
Enum EJB3SubsystemXMLElement
- All Implemented Interfaces:
Serializable,Comparable<EJB3SubsystemXMLElement>
Enumeration of elements used in the EJB3 subsystem
- Author:
- Jaikiran Pai
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic EJB3SubsystemXMLElementGet the local name of this element.static EJB3SubsystemXMLElementReturns the enum constant of this type with the specified name.static EJB3SubsystemXMLElement[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
-
ASYNC
-
ALLOW_EJB_NAME_REGEX
-
BEAN_INSTANCE_POOLS
-
BEAN_INSTANCE_POOL_REF
-
ENTITY_BEAN
-
DATA_STORE
-
DATA_STORES
-
DEFAULT_DISTINCT_NAME
-
DEFAULT_SECURITY_DOMAIN
-
DEFAULT_MISSING_METHOD_PERMISSIONS_DENY_ACCESS
-
DISABLE_DEFAULT_EJB_PERMISSIONS
-
DISTRIBUTABLE_CACHE
-
ENABLE_GRACEFUL_TXN_SHUTDOWN
-
FILE_DATA_STORE
-
IIOP
-
IN_VM_REMOTE_INTERFACE_INVOCATION
-
MDB
-
POOLS
-
CACHE
Deprecated. -
CACHES
-
CHANNEL_CREATION_OPTIONS
-
DATABASE_DATA_STORE
-
OPTIMISTIC_LOCKING
-
OPTION
-
OUTBOUND_CONNECTION_REF
-
PASSIVATION_STORE
Deprecated. -
PASSIVATION_STORES
Deprecated. -
PROFILE
-
PROFILES
-
PROPERTY
-
CLUSTER_PASSIVATION_STORE
Deprecated. -
FILE_PASSIVATION_STORE
Deprecated. -
REMOTE
-
REMOTING_EJB_RECEIVER
-
REMOTE_HTTP_CONNECTION
-
RESOURCE_ADAPTER_NAME
-
RESOURCE_ADAPTER_REF
-
SESSION_BEAN
-
SIMPLE_CACHE
-
SINGLETON
-
STATEFUL
-
STATELESS
-
STATISTICS
-
STRICT_MAX_POOL
-
CONNECTIONS
-
THREAD_POOL
-
THREAD_POOLS
-
TIMER_SERVICE
-
LOG_SYSTEM_EXCEPTIONS
-
DELIVERY_GROUPS
-
DELIVERY_GROUP
-
APPLICATION_SECURITY_DOMAIN
-
APPLICATION_SECURITY_DOMAINS
-
IDENTITY
-
STATIC_EJB_DISCOVERY
-
MODULES
-
MODULE
-
SERVER_INTERCEPTORS
-
CLIENT_INTERCEPTORS
-
INTERCEPTOR
-
-
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 element.- Returns:
- the local name
-
forName
-