Uses of Class
org.jboss.as.ejb3.component.EJBComponentDescription
-
-
Uses of EJBComponentDescription in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return EJBComponentDescription Modifier and Type Method Description EJBComponentDescriptionEJBComponent. getComponentDescription()EJBComponentDescriptionEJBViewDescription. getComponentDescription()Methods in org.jboss.as.ejb3.component with parameters of type EJBComponentDescription Modifier and Type Method Description protected voidEJBComponentCreateService. processTxAttr(EJBComponentDescription ejbComponentDescription, org.jboss.metadata.ejb.spec.MethodInterfaceType methodIntf, Method method) -
Uses of EJBComponentDescription in org.jboss.as.ejb3.component.messagedriven
Subclasses of EJBComponentDescription in org.jboss.as.ejb3.component.messagedriven Modifier and Type Class Description classMessageDrivenComponentDescription -
Uses of EJBComponentDescription in org.jboss.as.ejb3.component.session
Subclasses of EJBComponentDescription in org.jboss.as.ejb3.component.session Modifier and Type Class Description classSessionBeanComponentDescription -
Uses of EJBComponentDescription in org.jboss.as.ejb3.component.singleton
Subclasses of EJBComponentDescription in org.jboss.as.ejb3.component.singleton Modifier and Type Class Description classSingletonComponentDescriptionComponent description for a singleton bean -
Uses of EJBComponentDescription in org.jboss.as.ejb3.component.stateful
Subclasses of EJBComponentDescription in org.jboss.as.ejb3.component.stateful Modifier and Type Class Description classStatefulComponentDescriptionUser: jpai -
Uses of EJBComponentDescription in org.jboss.as.ejb3.component.stateless
Subclasses of EJBComponentDescription in org.jboss.as.ejb3.component.stateless Modifier and Type Class Description classStatelessComponentDescriptionUser: jpai -
Uses of EJBComponentDescription in org.jboss.as.ejb3.deployment.processors
Methods in org.jboss.as.ejb3.deployment.processors with parameters of type EJBComponentDescription Modifier and Type Method Description protected voidEJBComponentDescriptionFactory. addComponent(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EJBComponentDescription beanDescription) -
Uses of EJBComponentDescription in org.jboss.as.ejb3.deployment.processors.merging
Classes in org.jboss.as.ejb3.deployment.processors.merging with type parameters of type EJBComponentDescription Modifier and Type Class Description classAbstractMergingProcessor<T extends EJBComponentDescription>Superclass for the Jakarta Enterprise Beans metadata merging processorsclassAbstractPoolMergingProcessor<T extends EJBComponentDescription>Sets up the Jakarta Enterprise Beans component description with the pool name configured via thePoolannotation and/or the deployment descriptor, for an Jakarta Enterprise BeansMethods in org.jboss.as.ejb3.deployment.processors.merging with parameters of type EJBComponentDescription Modifier and Type Method Description protected voidDeclareRolesMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidEjbDependsOnMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidMethodPermissionsMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidMissingMethodPermissionsDenyAccessMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidRunAsMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription componentConfiguration)protected voidSecurityDomainMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidSecurityRolesMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidTimerMethodMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidTransactionAttributeMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription componentConfiguration)protected voidTransactionManagementMergingProcessor. handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription componentConfiguration)protected voidDeclareRolesMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidEjbDependsOnMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidMethodPermissionsMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription componentDescription)protected voidMissingMethodPermissionsDenyAccessMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidRunAsMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription componentConfiguration)protected voidSecurityDomainMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidSecurityRolesMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription ejbComponentDescription)protected voidTimerMethodMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription description)protected voidTransactionAttributeMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription componentDescription)protected voidTransactionManagementMergingProcessor. handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription componentConfiguration) -
Uses of EJBComponentDescription in org.jboss.as.ejb3.logging
Methods in org.jboss.as.ejb3.logging with parameters of type EJBComponentDescription Modifier and Type Method Description org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionEjbLogger_$logger. localHomeNotAllow(EJBComponentDescription description)org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionEjbLogger. localHomeNotAllow(EJBComponentDescription description)Creates an exception indicating Local Home not allowed -
Uses of EJBComponentDescription in org.jboss.as.ejb3.security
Methods in org.jboss.as.ejb3.security with parameters of type EJBComponentDescription Modifier and Type Method Description protected booleanEjbJaccConfigurator. createPermissions(EjbJaccConfig ejbJaccConfig, EJBComponentDescription description, EJBViewConfiguration ejbViewConfiguration, Method viewMethod, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index, ApplicableMethodInformation<EJBMethodSecurityAttribute> permissions) -
Uses of EJBComponentDescription in org.jboss.as.ejb3.subsystem.deployment
Methods in org.jboss.as.ejb3.subsystem.deployment that return types with arguments of type EJBComponentDescription Modifier and Type Method Description Class<? extends EJBComponentDescription>EJBComponentType. getComponentDescriptionClass() -
Uses of EJBComponentDescription in org.jboss.as.ejb3.timerservice
Methods in org.jboss.as.ejb3.timerservice with parameters of type EJBComponentDescription Modifier and Type Method Description static org.jboss.msc.service.ServiceNameNonFunctionalTimerService. serviceNameFor(EJBComponentDescription ejbComponentDescription)
-