Uses of Class
org.jboss.as.ejb3.component.EJBComponentDescription
Packages that use EJBComponentDescription
Package
Description
-
Uses of EJBComponentDescription in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return EJBComponentDescriptionModifier and TypeMethodDescriptionEJBComponent.getComponentDescription()EJBViewDescription.getComponentDescription()Methods in org.jboss.as.ejb3.component with parameters of type EJBComponentDescriptionModifier and TypeMethodDescriptionprotected 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 -
Uses of EJBComponentDescription in org.jboss.as.ejb3.component.session
Subclasses of EJBComponentDescription in org.jboss.as.ejb3.component.session -
Uses of EJBComponentDescription in org.jboss.as.ejb3.component.singleton
Subclasses of EJBComponentDescription in org.jboss.as.ejb3.component.singletonModifier and TypeClassDescriptionclassComponent 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 -
Uses of EJBComponentDescription in org.jboss.as.ejb3.component.stateless
Subclasses of EJBComponentDescription in org.jboss.as.ejb3.component.stateless -
Uses of EJBComponentDescription in org.jboss.as.ejb3.deployment.processors
Methods in org.jboss.as.ejb3.deployment.processors with parameters of type EJBComponentDescriptionModifier and TypeMethodDescriptionprotected 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 EJBComponentDescriptionModifier and TypeClassDescriptionclassAbstractMergingProcessor<T extends EJBComponentDescription>Superclass for the Jakarta Enterprise Beans metadata merging processorsclassSets up the Jakarta Enterprise Beans component description with the pool name configured via thePoolannotation and/or the deployment descriptor, for a Jakarta Enterprise Beans bean.Methods in org.jboss.as.ejb3.deployment.processors.merging with parameters of type EJBComponentDescriptionModifier and TypeMethodDescriptionprotected 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 EJBComponentDescriptionModifier and TypeMethodDescriptionfinal 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 EJBComponentDescriptionModifier and TypeMethodDescriptionprotected 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 EJBComponentDescriptionModifier and TypeMethodDescriptionClass<? extends EJBComponentDescription>EJBComponentType.getComponentDescriptionClass()