Uses of Class
org.jboss.as.ejb3.component.stateful.StatefulComponentDescription
-
-
Uses of StatefulComponentDescription in org.jboss.as.ejb3.component.stateful.cache
Methods in org.jboss.as.ejb3.component.stateful.cache with parameters of type StatefulComponentDescription Modifier and Type Method Description CapabilityServiceConfiguratorStatefulSessionBeanCacheProvider. 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 StatefulComponentDescription Modifier and Type Method Description CapabilityServiceConfiguratorAbstractDistributableStatefulSessionBeanCacheProviderServiceConfigurator. 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 StatefulComponentDescription Modifier and Type Method Description CapabilityServiceConfiguratorSimpleStatefulSessionBeanCacheProviderServiceConfigurator. 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 StatefulComponentDescription Constructor Description SimpleStatefulSessionBeanCacheFactoryServiceConfigurator(StatefulComponentDescription description) -
Uses of StatefulComponentDescription in org.jboss.as.ejb3.deployment.processors.merging
Methods in org.jboss.as.ejb3.deployment.processors.merging with parameters of type StatefulComponentDescription Modifier and Type Method Description protected 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)
-