| Class | Description |
|---|---|
| AbstractMergingProcessor<T extends EJBComponentDescription> |
Superclass for the EJB metadata merging processors
|
| AbstractPoolMergingProcessor<T extends EJBComponentDescription> |
Sets up the EJB component description with the pool name configured via the
Pool
annotation and/or the deployment descriptor, for an EJB |
| 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
Also processes the <method-permission> elements of an EJB and sets up appropriate security permissions on the EJB. |
| 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 |
A processor which sets the
EJBComponentDescription.setSecurityRoles(org.jboss.metadata.javaee.spec.SecurityRolesMetaData)
with the principal to role mapping defined in the assembly descriptor section of the jboss-ejb3.xml via elements from
urn:security-roles namespace. |
| 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 |
Copyright © 2021 JBoss by Red Hat. All rights reserved.