Uses of Class
org.jboss.as.ejb3.component.stateful.StatefulComponentDescription
Packages that use StatefulComponentDescription
Package
Description
-
Uses of StatefulComponentDescription in org.jboss.as.ejb3.component.stateful.cache
Methods in org.jboss.as.ejb3.component.stateful.cache with parameters of type StatefulComponentDescriptionModifier and TypeMethodDescriptionStatefulSessionBeanCacheProvider.getStatefulBeanCacheFactoryServiceConfigurator(org.jboss.as.server.deployment.DeploymentUnit unit, StatefulComponentDescription description, ComponentConfiguration configuration) Returns a configurator for a service supplying a cache factory. -
Uses of StatefulComponentDescription in org.jboss.as.ejb3.component.stateful.cache.distributable
Methods in org.jboss.as.ejb3.component.stateful.cache.distributable with parameters of type StatefulComponentDescriptionModifier and TypeMethodDescriptionAbstractDistributableStatefulSessionBeanCacheProviderServiceConfigurator.getStatefulBeanCacheFactoryServiceConfigurator(org.jboss.as.server.deployment.DeploymentUnit unit, StatefulComponentDescription description, ComponentConfiguration configuration) -
Uses of StatefulComponentDescription in org.jboss.as.ejb3.component.stateful.cache.simple
Methods in org.jboss.as.ejb3.component.stateful.cache.simple with parameters of type StatefulComponentDescriptionModifier and TypeMethodDescriptionSimpleStatefulSessionBeanCacheProviderServiceConfigurator.getStatefulBeanCacheFactoryServiceConfigurator(org.jboss.as.server.deployment.DeploymentUnit unit, StatefulComponentDescription description, ComponentConfiguration configuration) Constructors in org.jboss.as.ejb3.component.stateful.cache.simple with parameters of type StatefulComponentDescriptionModifierConstructorDescription -
Uses of StatefulComponentDescription in org.jboss.as.ejb3.deployment.processors.merging
Methods in org.jboss.as.ejb3.deployment.processors.merging with parameters of type StatefulComponentDescriptionModifier and TypeMethodDescriptionprotected voidCacheMergingProcessor.handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription componentConfiguration) protected voidInitMethodMergingProcessor.handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription description) protected voidRemoveMethodMergingProcessor.handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription componentConfiguration) protected voidSessionSynchronizationMergingProcessor.handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription description) protected voidStatefulTimeoutMergingProcessor.handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription componentConfiguration) protected voidCacheMergingProcessor.handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription description) protected voidInitMethodMergingProcessor.handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription description) protected voidRemoveMethodMergingProcessor.handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription componentConfiguration) protected voidSessionSynchronizationMergingProcessor.handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription description) protected voidStatefulTimeoutMergingProcessor.handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, StatefulComponentDescription componentConfiguration)