Package | Description |
---|---|
org.jboss.as.ejb3.deployment.processors.merging |
Modifier and Type | Class and Description |
---|---|
class |
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 |
class |
AsynchronousMergingProcessor
Merging processor that handles EJB async methods, and adds a configurator to configure any that are found.
|
class |
CacheMergingProcessor |
class |
ClusteredSingletonMergingProcessor
Handles ClusteredSingleton merging.
|
class |
ConcurrencyManagementMergingProcessor |
class |
DeclareRolesMergingProcessor
Merging process for @DeclareRoles
|
class |
EjbConcurrencyMergingProcessor
Class that can merge
Lock and AccessTimeout metadata |
class |
EjbDependsOnMergingProcessor |
class |
InitMethodMergingProcessor
Merging processor that handles SFSB init methods.
|
class |
MdbDeliveryMergingProcessor
Handles the
DeliveryActive and DeliveryGroup annotation merging |
class |
MessageDrivenBeanPoolMergingProcessor
Sets up the component description for a MDB with the pool name configured via
Pool
annotation and/or the deployment descriptor |
class |
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. |
class |
MissingMethodPermissionsDenyAccessMergingProcessor
A
DeploymentUnitProcessor which processes EJB deployments and configures the
missing-method-permissions-deny-access on the EJBComponentDescription s |
class |
RemoveMethodMergingProcessor
Class that can merge
Remove |
class |
ResourceAdaptorMergingProcessor
Handles the
ResourceAdapter annotation merging |
class |
RunAsMergingProcessor
Handles the
RunAs annotation merging |
class |
SecurityDomainMergingProcessor |
class |
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. |
class |
SessionBeanMergingProcessor
Processor that handles the
SessionBean interface |
class |
SessionSynchronizationMergingProcessor
Merging processor that handles session synchronization callback methods
|
class |
StartupMergingProcessor
Handles
Startup |
class |
StatefulTimeoutMergingProcessor
Handles the
RunAs annotation merging |
class |
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 |
class |
TimerMethodMergingProcessor
Deployment unit processor that merges the annotation information with the information in the deployment descriptor
|
class |
TransactionAttributeMergingProcessor
Because trans-attr and trans-timeout are both contained in container-transaction
process both annotations and container-transaction metadata in one spot.
|
class |
TransactionManagementMergingProcessor |
Copyright © 2017 JBoss by Red Hat. All rights reserved.