Class MessageDrivenBeanPoolMergingProcessor
- java.lang.Object
-
- org.jboss.as.ejb3.deployment.processors.merging.AbstractMergingProcessor<T>
-
- org.jboss.as.ejb3.deployment.processors.merging.AbstractPoolMergingProcessor<MessageDrivenComponentDescription>
-
- org.jboss.as.ejb3.deployment.processors.merging.MessageDrivenBeanPoolMergingProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class MessageDrivenBeanPoolMergingProcessor extends AbstractPoolMergingProcessor<MessageDrivenComponentDescription>
Sets up the component description for a MDB with the pool name configured viaPoolannotation and/or the deployment descriptor- Author:
- Jaikiran Pai
-
-
Constructor Summary
Constructors Constructor Description MessageDrivenBeanPoolMergingProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetPoolName(MessageDrivenComponentDescription componentDescription, String poolName)Set the pool name for the component-
Methods inherited from class org.jboss.as.ejb3.deployment.processors.merging.AbstractPoolMergingProcessor
handleAnnotations, handleDeploymentDescriptor
-
Methods inherited from class org.jboss.as.ejb3.deployment.processors.merging.AbstractMergingProcessor
deploy, getMethodIntf, getMethodParams
-
-
-
-
Method Detail
-
setPoolName
protected void setPoolName(MessageDrivenComponentDescription componentDescription, String poolName)
Description copied from class:AbstractPoolMergingProcessorSet the pool name for the component- Specified by:
setPoolNamein classAbstractPoolMergingProcessor<MessageDrivenComponentDescription>- Parameters:
componentDescription- The component descriptionpoolName- The pool name
-
-