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 TypeMethodDescriptionIterable<org.wildfly.subsystem.service.ServiceInstaller>StatefulSessionBeanCacheProvider.getStatefulBeanCacheFactoryServiceInstallers(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 TypeMethodDescriptionorg.wildfly.subsystem.service.ServiceInstallerDistributableStatefulSessionBeanCacheFactoryServiceInstallerFactory.apply(StatefulComponentDescription description, org.wildfly.subsystem.service.ServiceDependency<BeanManagerFactory<K, V>> managerFactory) -
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 TypeMethodDescriptionorg.wildfly.subsystem.service.ServiceInstallerSimpleStatefulSessionBeanCacheFactoryServiceInstallerFactory.apply(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 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)