| Class | Description |
|---|---|
| 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 |
Processes
@Local and @Remote annotation of a session bean and sets up the SessionBeanComponentDescription
out of it. |
| 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 |
A deployment unit processor which processing only top level deployment units and checks for the presence of a
Attachments.EJB_CLIENT_METADATA key corresponding to EJBClientDescriptorMetaData, in the deployment unit. |
| 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 |
A
DeploymentUnitProcessor which looks for EJBComponentDescriptions in the deployment
unit and sets the default security domain name, that's configured at the Jakarta Enterprise Beans subsystem level,
to each of the Jakarta Enterprise Beans component descriptions. |
| EjbDependencyDeploymentUnitProcessor |
Responsible for adding appropriate Jakarta EE
module dependencies
Author : Jaikiran Pai |
| 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 |
This processor is used to register
EjbProxyBeanMetaDataClassNormalizer in the
hibernate validator subsystem. |
| 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. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.