Uses of Class
org.jboss.as.ejb3.component.session.SessionBeanComponentDescription
-
-
Uses of SessionBeanComponentDescription in org.jboss.as.ejb3.component.singleton
Subclasses of SessionBeanComponentDescription in org.jboss.as.ejb3.component.singleton Modifier and Type Class Description classSingletonComponentDescriptionComponent description for a singleton bean -
Uses of SessionBeanComponentDescription in org.jboss.as.ejb3.component.stateful
Subclasses of SessionBeanComponentDescription in org.jboss.as.ejb3.component.stateful Modifier and Type Class Description classStatefulComponentDescriptionUser: jpai -
Uses of SessionBeanComponentDescription in org.jboss.as.ejb3.component.stateless
Subclasses of SessionBeanComponentDescription in org.jboss.as.ejb3.component.stateless Modifier and Type Class Description classStatelessComponentDescriptionUser: jpai -
Uses of SessionBeanComponentDescription in org.jboss.as.ejb3.deployment.processors.merging
Methods in org.jboss.as.ejb3.deployment.processors.merging with parameters of type SessionBeanComponentDescription Modifier and Type Method Description protected voidAsynchronousMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description)protected voidConcurrencyManagementMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription componentConfiguration)protected voidEjbConcurrencyMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription componentConfiguration)protected voidSessionBeanMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description)protected voidAsynchronousMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description)protected voidConcurrencyManagementMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription componentConfiguration)protected voidEjbConcurrencyMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription componentConfiguration)protected voidSessionBeanMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription description)
-