| AnnotatedEJBComponentDescriptionDeploymentUnitProcessor |
Make sure we process annotations first and then start on the descriptors.
|
| ApplicationExceptionAnnotationProcessor |
User: jpai
|
| AroundTimeoutAnnotationParsingProcessor |
Deployment processor responsible for finding @AroundTimeout annotated methods in classes within a deployment.
|
| BusinessViewAnnotationProcessor |
|
| CacheDependenciesProcessor |
|
| DeploymentRepositoryProcessor |
|
| DiscoveryRegistrationProcessor |
Processor responsible for ensuring that the discovery service for each deployment unit exists.
|
| DiscoveryService |
A service that provides discovery services.
|
| EjbCleanUpProcessor |
|
| EjbClientContextSetupProcessor |
A deployment processor which associates the EJBClientContext, belonging to a deployment unit,
with the deployment unit's classloader.
|
| EJBClientDescriptorMetaDataProcessor |
|
| EJBComponentDescriptionFactory |
|
| EJBComponentSuspendDeploymentUnitProcessor |
|
| EjbContextJndiBindingProcessor |
Deployment processor responsible for detecting Jakarta Enterprise Beans components and adding a BindingConfiguration for the
java:comp/EJBContext entry.
|
| EjbDefaultDistinctNameProcessor |
processor that sets the default distinct name for a deployment.
|
| EJBDefaultSecurityDomainProcessor |
|
| EjbDependencyDeploymentUnitProcessor |
Responsible for adding appropriate Jakarta EE module dependencies
|
| EjbIIOPDeploymentUnitProcessor |
This is the DUP that sets up IIOP for Jakarta Enterprise Beans's
|
| EjbInjectionSource |
Implementation of InjectionSource responsible for finding a specific bean instance with a bean name and interface.
|
| EjbJarJBossAllParser |
The app client handler for jboss-all.xml
|
| EjbJarParsingDeploymentUnitProcessor |
Processes a DeploymentUnit containing an ejb-jar.xml and creates EjbJarMetaData
for that unit.
|
| EjbJndiBindingsDeploymentUnitProcessor |
Sets up JNDI bindings for each of the views exposed by a session bean
|
| EjbLookupInjectionSource |
Injection source for remote Jakarta Enterprise Beans lookups.
|
| EjbManagementDeploymentUnitProcessor |
Phase.INSTALL processor that adds management resources describing EJB components.
|
| EjbRefProcessor |
Deployment processor responsible for processing Jakarta Enterprise Beans references from deployment descriptors
|
| EjbResourceInjectionAnnotationProcessor |
Deployment processor responsible for processing @EJB annotations within components.
|
| EjbSuspendInterceptor |
An interceptor that allows the component to shutdown gracefully.
|
| HibernateValidatorDeploymentUnitProcessor |
|
| IIOPJndiBindingProcessor |
Processor responsible for binding IIOP related resources to JNDI.
|
| ImplicitLocalViewProcessor |
Processes a SessionBeanComponentDescription's bean class and checks whether it exposes:
An implicit no-interface, as specified by Enterprise Beans 3.1 spec, section 4.9.8.
A default local business interface view, as specified by Enterprise Beans 3.1 spec, section 4.9.7.
The SessionBeanComponentDescription is updated with this info accordingly.
|
| MdbDeliveryDependenciesProcessor |
MdbDeliveryDependencies DUP, creates an MdbDeliveryControllerService to enable/disable delivery according to that MDBs
delivery group configuration, and according to whether the Mdb is clustered singleton or not.
|
| MessageDrivenComponentDescriptionFactory |
User: jpai
|
| PassivationAnnotationParsingProcessor |
Deployment processor responsible for finding @PostConstruct and @PreDestroy annotated methods.
|
| SessionBeanComponentDescriptionFactory |
User: jpai
|
| SessionBeanHomeProcessor |
Processor that hooks up home interfaces for session beans
|
| StartupAwaitDeploymentUnitProcessor |
Adds StartupAwaitInterceptor to exposed methods of Jakarta Enterprise Beans, forcing users to wait until all startup beans in the deployment are done with post-construct methods.
|
| StartupAwaitInterceptor |
Interceptor forcing invocation to wait until passed CountDownLatch value is decreased to 0.
|
| TimerServiceDeploymentProcessor |
Deployment processor that sets up the timer service for singletons and stateless session beans
NOTE: References in this document to Enterprise JavaBeans (EJB) refer to the Jakarta Enterprise Beans unless otherwise noted.
|
| TimerServiceJndiBindingProcessor |
Deployment processor responsible for detecting Jakarta Enterprise Beans components and adding a BindingConfiguration for the
java:comp/TimerService entry.
|