Class StatefulSessionBeanDeploymentResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentResourceDefinition
-
- org.jboss.as.ejb3.subsystem.deployment.StatefulSessionBeanDeploymentResourceDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class StatefulSessionBeanDeploymentResourceDefinition extends AbstractEJBComponentResourceDefinition
ResourceDefinitionfor aStatefulSessionComponent.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
-
Fields inherited from class org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentResourceDefinition
DECLARED_ROLES, POOL_AVAILABLE_COUNT, POOL_CREATE_COUNT, POOL_CURRENT_SIZE, POOL_MAX_SIZE, POOL_NAME, POOL_REMOVE_COUNT, RUN_AS_ROLE, SECURITY_DOMAIN
-
-
Constructor Summary
Constructors Constructor Description StatefulSessionBeanDeploymentResourceDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
Methods inherited from class org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentResourceDefinition
registerChildren
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Method Detail
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classAbstractEJBComponentResourceDefinition
-
-