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 via
Pool
annotation and/or the deployment descriptor- Author:
- Jaikiran Pai
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetPoolName(MessageDrivenComponentDescription componentDescription, String poolName) Set the pool name for the componentMethods inherited from class org.jboss.as.ejb3.deployment.processors.merging.AbstractPoolMergingProcessor
handleAnnotations, handleDeploymentDescriptorMethods inherited from class org.jboss.as.ejb3.deployment.processors.merging.AbstractMergingProcessor
deploy, getMethodIntf, getMethodParamsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Constructor Details
-
MessageDrivenBeanPoolMergingProcessor
public MessageDrivenBeanPoolMergingProcessor()
-
-
Method Details
-
setPoolName
Description copied from class:AbstractPoolMergingProcessorSet the pool name for the component- Specified by:
setPoolNamein classAbstractPoolMergingProcessor<MessageDrivenComponentDescription>- Parameters:
componentDescription- The component descriptionpoolName- The pool name
-