| Class | Description |
|---|---|
| AbstractDeploymentUnitProcessor | |
| 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 | |
| EjbCleanUpProcessor | |
| EjbClientContextSetupProcessor |
A deployment processor which associates the
EJBClientContext, belonging to a deployment unit,
with the deployment unit's classloader, so that the TCCLEJBClientContextSelectorService can then
be used to return an appropriate EJBClientContext based on the 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 | |
| EjbContextJndiBindingProcessor |
Deployment processor responsible for detecting EJB components and adding a
BindingConfiguration for the
java:comp/EJBContext entry. |
| EjbDefaultDistinctNameProcessor |
processor that sets the default distinct name for a deployment.
|
| EJBDefaultPermissionsProcessor |
A processor which sets up the default Java EJB permission set.
|
| EJBDefaultSecurityDomainProcessor |
A
DeploymentUnitProcessor which looks for EJBComponentDescriptions in the deployment
unit and sets the default security domain name, that's configured at the EJB subsystem level,
to each of the EJB component descriptions. |
| EjbDependencyDeploymentUnitProcessor |
Responsible for adding appropriate Java EE
module dependencies
Author : Jaikiran Pai |
| EjbIIOPDeploymentUnitProcessor |
This is the DUP that sets up IIOP for EJB'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 ejb lookups.
|
| EjbManagementDeploymentUnitProcessor |
Phase.INSTALL processor that adds management resources describing EJB components. |
| EjbRefProcessor |
Deployment processor responsible for processing ejb references from deployment descriptors
|
| EjbResourceInjectionAnnotationProcessor |
Deployment processor responsible for processing @EJB annotations within components.
|
| 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 EJB3.1 spec, section 4.9.8.
A default local business interface view, as specified by EJB3.1 spec, section 4.9.7.
The SessionBeanComponentDescription is updated with this info accordingly. |
| 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
|
| TimerServiceDeploymentProcessor |
Deployment processor that sets up the timer service for singletons and stateless session beans
|
| TimerServiceJndiBindingProcessor |
Deployment processor responsible for detecting EJB components and adding a
BindingConfiguration for the
java:comp/TimerService entry. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.