Package org.jboss.as.ejb3.subsystem
Enum EJB3SubsystemXMLElement
- java.lang.Object
-
- java.lang.Enum<EJB3SubsystemXMLElement>
-
- org.jboss.as.ejb3.subsystem.EJB3SubsystemXMLElement
-
- All Implemented Interfaces:
Serializable,Comparable<EJB3SubsystemXMLElement>
public enum EJB3SubsystemXMLElement extends Enum<EJB3SubsystemXMLElement>
Enumeration of elements used in the EJB3 subsystem- Author:
- Jaikiran Pai
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EJB3SubsystemXMLElementforName(String localName)StringgetLocalName()Get the local name of this element.static EJB3SubsystemXMLElementvalueOf(String name)Returns 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 Detail
-
UNKNOWN
public static final EJB3SubsystemXMLElement UNKNOWN
-
ASYNC
public static final EJB3SubsystemXMLElement ASYNC
-
ALLOW_EJB_NAME_REGEX
public static final EJB3SubsystemXMLElement ALLOW_EJB_NAME_REGEX
-
BEAN_INSTANCE_POOLS
public static final EJB3SubsystemXMLElement BEAN_INSTANCE_POOLS
-
BEAN_INSTANCE_POOL_REF
public static final EJB3SubsystemXMLElement BEAN_INSTANCE_POOL_REF
-
ENTITY_BEAN
public static final EJB3SubsystemXMLElement ENTITY_BEAN
-
DATA_STORE
public static final EJB3SubsystemXMLElement DATA_STORE
-
DATA_STORES
public static final EJB3SubsystemXMLElement DATA_STORES
-
DEFAULT_DISTINCT_NAME
public static final EJB3SubsystemXMLElement DEFAULT_DISTINCT_NAME
-
DEFAULT_SECURITY_DOMAIN
public static final EJB3SubsystemXMLElement DEFAULT_SECURITY_DOMAIN
-
DEFAULT_MISSING_METHOD_PERMISSIONS_DENY_ACCESS
public static final EJB3SubsystemXMLElement DEFAULT_MISSING_METHOD_PERMISSIONS_DENY_ACCESS
-
DISABLE_DEFAULT_EJB_PERMISSIONS
public static final EJB3SubsystemXMLElement DISABLE_DEFAULT_EJB_PERMISSIONS
-
DISTRIBUTABLE_CACHE
public static final EJB3SubsystemXMLElement DISTRIBUTABLE_CACHE
-
ENABLE_GRACEFUL_TXN_SHUTDOWN
public static final EJB3SubsystemXMLElement ENABLE_GRACEFUL_TXN_SHUTDOWN
-
FILE_DATA_STORE
public static final EJB3SubsystemXMLElement FILE_DATA_STORE
-
IIOP
public static final EJB3SubsystemXMLElement IIOP
-
IN_VM_REMOTE_INTERFACE_INVOCATION
public static final EJB3SubsystemXMLElement IN_VM_REMOTE_INTERFACE_INVOCATION
-
MDB
public static final EJB3SubsystemXMLElement MDB
-
POOLS
public static final EJB3SubsystemXMLElement POOLS
-
CACHE
@Deprecated public static final EJB3SubsystemXMLElement CACHE
Deprecated.
-
CACHES
public static final EJB3SubsystemXMLElement CACHES
-
CHANNEL_CREATION_OPTIONS
public static final EJB3SubsystemXMLElement CHANNEL_CREATION_OPTIONS
-
DATABASE_DATA_STORE
public static final EJB3SubsystemXMLElement DATABASE_DATA_STORE
-
OPTIMISTIC_LOCKING
public static final EJB3SubsystemXMLElement OPTIMISTIC_LOCKING
-
OPTION
public static final EJB3SubsystemXMLElement OPTION
-
OUTBOUND_CONNECTION_REF
public static final EJB3SubsystemXMLElement OUTBOUND_CONNECTION_REF
-
PASSIVATION_STORE
@Deprecated public static final EJB3SubsystemXMLElement PASSIVATION_STORE
Deprecated.
-
PASSIVATION_STORES
@Deprecated public static final EJB3SubsystemXMLElement PASSIVATION_STORES
Deprecated.
-
PROFILE
public static final EJB3SubsystemXMLElement PROFILE
-
PROFILES
public static final EJB3SubsystemXMLElement PROFILES
-
PROPERTY
public static final EJB3SubsystemXMLElement PROPERTY
-
CLUSTER_PASSIVATION_STORE
@Deprecated public static final EJB3SubsystemXMLElement CLUSTER_PASSIVATION_STORE
Deprecated.
-
FILE_PASSIVATION_STORE
@Deprecated public static final EJB3SubsystemXMLElement FILE_PASSIVATION_STORE
Deprecated.
-
REMOTE
public static final EJB3SubsystemXMLElement REMOTE
-
REMOTING_EJB_RECEIVER
public static final EJB3SubsystemXMLElement REMOTING_EJB_RECEIVER
-
REMOTE_HTTP_CONNECTION
public static final EJB3SubsystemXMLElement REMOTE_HTTP_CONNECTION
-
RESOURCE_ADAPTER_NAME
public static final EJB3SubsystemXMLElement RESOURCE_ADAPTER_NAME
-
RESOURCE_ADAPTER_REF
public static final EJB3SubsystemXMLElement RESOURCE_ADAPTER_REF
-
SESSION_BEAN
public static final EJB3SubsystemXMLElement SESSION_BEAN
-
SIMPLE_CACHE
public static final EJB3SubsystemXMLElement SIMPLE_CACHE
-
SINGLETON
public static final EJB3SubsystemXMLElement SINGLETON
-
STATEFUL
public static final EJB3SubsystemXMLElement STATEFUL
-
STATELESS
public static final EJB3SubsystemXMLElement STATELESS
-
STATISTICS
public static final EJB3SubsystemXMLElement STATISTICS
-
STRICT_MAX_POOL
public static final EJB3SubsystemXMLElement STRICT_MAX_POOL
-
CONNECTIONS
public static final EJB3SubsystemXMLElement CONNECTIONS
-
THREAD_POOL
public static final EJB3SubsystemXMLElement THREAD_POOL
-
THREAD_POOLS
public static final EJB3SubsystemXMLElement THREAD_POOLS
-
TIMER_SERVICE
public static final EJB3SubsystemXMLElement TIMER_SERVICE
-
LOG_SYSTEM_EXCEPTIONS
public static final EJB3SubsystemXMLElement LOG_SYSTEM_EXCEPTIONS
-
DELIVERY_GROUPS
public static final EJB3SubsystemXMLElement DELIVERY_GROUPS
-
DELIVERY_GROUP
public static final EJB3SubsystemXMLElement DELIVERY_GROUP
-
APPLICATION_SECURITY_DOMAIN
public static final EJB3SubsystemXMLElement APPLICATION_SECURITY_DOMAIN
-
APPLICATION_SECURITY_DOMAINS
public static final EJB3SubsystemXMLElement APPLICATION_SECURITY_DOMAINS
-
IDENTITY
public static final EJB3SubsystemXMLElement IDENTITY
-
STATIC_EJB_DISCOVERY
public static final EJB3SubsystemXMLElement STATIC_EJB_DISCOVERY
-
MODULES
public static final EJB3SubsystemXMLElement MODULES
-
MODULE
public static final EJB3SubsystemXMLElement MODULE
-
SERVER_INTERCEPTORS
public static final EJB3SubsystemXMLElement SERVER_INTERCEPTORS
-
CLIENT_INTERCEPTORS
public static final EJB3SubsystemXMLElement CLIENT_INTERCEPTORS
-
INTERCEPTOR
public static final EJB3SubsystemXMLElement INTERCEPTOR
-
-
Method Detail
-
values
public static EJB3SubsystemXMLElement[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EJB3SubsystemXMLElement c : EJB3SubsystemXMLElement.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EJB3SubsystemXMLElement valueOf(String name)
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
public String getLocalName()
Get the local name of this element.- Returns:
- the local name
-
forName
public static EJB3SubsystemXMLElement forName(String localName)
-
-