Class StatelessSessionBeanPoolMergingProcessor
java.lang.Object
org.jboss.as.ejb3.deployment.processors.merging.AbstractMergingProcessor<T>
org.jboss.as.ejb3.deployment.processors.merging.AbstractPoolMergingProcessor<StatelessComponentDescription>
org.jboss.as.ejb3.deployment.processors.merging.StatelessSessionBeanPoolMergingProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class StatelessSessionBeanPoolMergingProcessor
extends AbstractPoolMergingProcessor<StatelessComponentDescription>
Sets up the stateless bean component description with the pool name configured for the bean via the
Pool
annotation and/or the deployment descriptor- Author:
- Jaikiran Pai
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetPoolName(StatelessComponentDescription 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
-
StatelessSessionBeanPoolMergingProcessor
public StatelessSessionBeanPoolMergingProcessor()
-
-
Method Details
-
setPoolName
Description copied from class:AbstractPoolMergingProcessorSet the pool name for the component- Specified by:
setPoolNamein classAbstractPoolMergingProcessor<StatelessComponentDescription>- Parameters:
componentDescription- The component descriptionpoolName- The pool name
-