Class AbstractEJBComponentResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentResourceDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
- Direct Known Subclasses:
MessageDrivenBeanResourceDefinition,SingletonBeanDeploymentResourceDefinition,StatefulSessionBeanDeploymentResourceDefinition,StatelessSessionBeanDeploymentResourceDefinition
public abstract class AbstractEJBComponentResourceDefinition extends org.jboss.as.controller.SimpleResourceDefinitionBase class forResourceDefinitions describing runtimeEJBComponents.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.StringListAttributeDefinitionDECLARED_ROLESstatic org.jboss.as.controller.SimpleAttributeDefinitionPOOL_AVAILABLE_COUNTstatic org.jboss.as.controller.SimpleAttributeDefinitionPOOL_CREATE_COUNTstatic org.jboss.as.controller.SimpleAttributeDefinitionPOOL_CURRENT_SIZEstatic org.jboss.as.controller.SimpleAttributeDefinitionPOOL_MAX_SIZEstatic org.jboss.as.controller.SimpleAttributeDefinitionPOOL_NAMEstatic org.jboss.as.controller.SimpleAttributeDefinitionPOOL_REMOVE_COUNTstatic org.jboss.as.controller.SimpleAttributeDefinitionRUN_AS_ROLEstatic org.jboss.as.controller.SimpleAttributeDefinitionSECURITY_DOMAIN
-
Constructor Summary
Constructors Constructor Description AbstractEJBComponentResourceDefinition(EJBComponentType componentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)voidregisterChildren(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getAddOperationParameters, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
SECURITY_DOMAIN
public static final org.jboss.as.controller.SimpleAttributeDefinition SECURITY_DOMAIN
-
RUN_AS_ROLE
public static final org.jboss.as.controller.SimpleAttributeDefinition RUN_AS_ROLE
-
DECLARED_ROLES
public static final org.jboss.as.controller.StringListAttributeDefinition DECLARED_ROLES
-
POOL_AVAILABLE_COUNT
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_AVAILABLE_COUNT
-
POOL_CREATE_COUNT
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_CREATE_COUNT
-
POOL_CURRENT_SIZE
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_CURRENT_SIZE
-
POOL_NAME
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_NAME
-
POOL_REMOVE_COUNT
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_REMOVE_COUNT
-
POOL_MAX_SIZE
public static final org.jboss.as.controller.SimpleAttributeDefinition POOL_MAX_SIZE
-
-
Constructor Detail
-
AbstractEJBComponentResourceDefinition
public AbstractEJBComponentResourceDefinition(EJBComponentType componentType)
-
-
Method Detail
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.SimpleResourceDefinition
-
registerChildren
public void registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerChildrenin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerChildrenin classorg.jboss.as.controller.SimpleResourceDefinition
-
-