Uses of Class
org.jboss.as.ejb3.component.stateful.StatefulComponentDescription
-
Packages that use StatefulComponentDescription Package Description org.jboss.as.ejb3.cache org.jboss.as.ejb3.cache.distributable org.jboss.as.ejb3.cache.simple org.jboss.as.ejb3.deployment.processors.merging -
-
Uses of StatefulComponentDescription in org.jboss.as.ejb3.cache
Methods in org.jboss.as.ejb3.cache with parameters of type StatefulComponentDescription Modifier and Type Method Description CapabilityServiceConfiguratorCacheFactoryBuilder. getServiceConfigurator(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.cache.distributable
Methods in org.jboss.as.ejb3.cache.distributable with parameters of type StatefulComponentDescription Modifier and Type Method Description CapabilityServiceConfiguratorAbstractDistributableCacheFactoryBuilderServiceConfigurator. getServiceConfigurator(org.jboss.as.server.deployment.DeploymentUnit unit, StatefulComponentDescription description, ComponentConfiguration configuration) -
Uses of StatefulComponentDescription in org.jboss.as.ejb3.cache.simple
Methods in org.jboss.as.ejb3.cache.simple with parameters of type StatefulComponentDescription Modifier and Type Method Description CapabilityServiceConfiguratorSimpleCacheFactoryBuilderServiceConfigurator. getServiceConfigurator(org.jboss.as.server.deployment.DeploymentUnit unit, StatefulComponentDescription description, ComponentConfiguration configuration)Constructors in org.jboss.as.ejb3.cache.simple with parameters of type StatefulComponentDescription Constructor Description SimpleCacheFactoryServiceConfigurator(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)
-