| AbstractMergingProcessor<T extends EJBComponentDescription> |
Superclass for the Jakarta Enterprise Beans metadata merging processors
|
| AbstractPoolMergingProcessor<T extends EJBComponentDescription> |
Sets up the Jakarta Enterprise Beans component description with the pool name configured via the Pool
annotation and/or the deployment descriptor, for an Jakarta Enterprise Beans
|
| ApplicationExceptionMergingProcessor |
|
| AsynchronousMergingProcessor |
Merging processor that handles EJB async methods, and adds a configurator to configure any that are found.
|
| CacheMergingProcessor |
|
| ClusteredSingletonMergingProcessor |
Handles ClusteredSingleton merging.
|
| ConcurrencyManagementMergingProcessor |
|
| DeclareRolesMergingProcessor |
Merging process for @DeclareRoles
|
| EjbConcurrencyMergingProcessor |
Class that can merge Lock and AccessTimeout metadata
|
| EjbDependsOnMergingProcessor |
|
| HomeViewMergingProcessor |
Merging processor for home and local home views
|
| InitMethodMergingProcessor |
Merging processor that handles SFSB init methods.
|
| MdbDeliveryMergingProcessor |
Handles the DeliveryActive and DeliveryGroup annotation merging
|
| MessageDrivenBeanPoolMergingProcessor |
Sets up the component description for a MDB with the pool name configured via Pool
annotation and/or the deployment descriptor
|
| MethodPermissionsMergingProcessor |
Handles the RolesAllowed DenyAll PermitAll annotations
|
| MissingMethodPermissionsDenyAccessMergingProcessor |
A DeploymentUnitProcessor which processes EJB deployments and configures the
missing-method-permissions-deny-access on the EJBComponentDescriptions
|
| RemoveMethodMergingProcessor |
Class that can merge Remove
|
| ResourceAdaptorMergingProcessor |
Handles the ResourceAdapter annotation merging
|
| RunAsMergingProcessor |
Handles the RunAs annotation merging
|
| SecurityDomainMergingProcessor |
|
| SecurityRolesMergingProcessor |
|
| SessionBeanMergingProcessor |
Processor that handles the SessionBean interface
|
| SessionSynchronizationMergingProcessor |
Merging processor that handles session synchronization callback methods
|
| StartupMergingProcessor |
Handles Startup
|
| StatefulTimeoutMergingProcessor |
Handles the RunAs annotation merging
|
| StatelessSessionBeanPoolMergingProcessor |
Sets up the stateless bean component description with the pool name configured for the bean via the Pool
annotation and/or the deployment descriptor
|
| TimerMethodMergingProcessor |
Deployment unit processor that merges the annotation information with the information in the deployment descriptor
|
| TransactionAttributeMergingProcessor |
Because trans-attr and trans-timeout are both contained in container-transaction
process both annotations and container-transaction metadata in one spot.
|
| TransactionManagementMergingProcessor |
|