Class StatelessSessionBeanDeploymentResourceDefinition
java.lang.Object
org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
org.jboss.as.controller.SimpleResourceDefinition
org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentResourceDefinition
org.jboss.as.ejb3.subsystem.deployment.StatelessSessionBeanDeploymentResourceDefinition
- All Implemented Interfaces:
org.jboss.as.controller.Feature,org.jboss.as.controller.ResourceDefinition,org.jboss.as.controller.ResourceRegistration
public class StatelessSessionBeanDeploymentResourceDefinition
extends AbstractEJBComponentResourceDefinition
ResourceDefinition for a StatelessSessionComponent.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition
org.jboss.as.controller.SimpleResourceDefinition.ParametersNested classes/interfaces inherited from interface org.jboss.as.controller.ResourceDefinition
org.jboss.as.controller.ResourceDefinition.AbstractConfigurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.Builder, org.jboss.as.controller.ResourceDefinition.Configurator<C extends org.jboss.as.controller.ResourceDefinition.Configurator<C>>, org.jboss.as.controller.ResourceDefinition.MinimalBuilder, org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinitionNested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration
org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration -
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 -
Method Summary
Methods inherited from class org.jboss.as.ejb3.subsystem.deployment.AbstractEJBComponentResourceDefinition
registerAttributes, registerChildrenMethods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAddOperationParameters, getDeprecationData, getFlagsSet, getResourceDescriptionResolver, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecatedMethods inherited from class org.jboss.as.controller.ResourceDefinition.MinimalResourceDefinition
getAccessConstraints, getDescriptionProvider, getMaxOccurs, getMinOccurs, getPathElement, getStability, isFeature, isOrderedChild, isRuntime
-
Constructor Details
-
StatelessSessionBeanDeploymentResourceDefinition
public StatelessSessionBeanDeploymentResourceDefinition()
-