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 a EJB |
ApplicationExceptionMergingProcessor | |
AsynchronousMergingProcessor |
Merging processor that handles EJB asyn methods, and adds a configurator to configure any that are found.
|
CacheMergingProcessor | |
ClusteredMergingProcessor | |
ConcurrencyManagementMergingProcessor | |
DeclareRolesMergingProcessor |
Merging process for @DeclareRoles
|
EjbConcurrencyMergingProcessor |
Class that can merge
Lock and AccessTimeout metadata |
EjbDependsOnMergingProcessor | |
EntityBeanPoolMergingProcessor |
Sets up the entity bean component description with the pool name configured for the bean via the
Pool
annotation and/or the deployment descriptor |
HomeViewMergingProcessor |
Merging procesor for home and local home views
|
InitMethodMergingProcessor |
Merging processor that handles SFSB init methods.
|
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 a EJB and sets up appropriate security permissions on the EJB. |
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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.