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 thePoolannotation and/or the deployment descriptor- Author:
- Jaikiran Pai
-
-
Constructor Summary
Constructors Constructor Description StatelessSessionBeanPoolMergingProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetPoolName(StatelessComponentDescription 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(StatelessComponentDescription componentDescription, String poolName)
Description copied from class:AbstractPoolMergingProcessorSet the pool name for the component- Specified by:
setPoolNamein classAbstractPoolMergingProcessor<StatelessComponentDescription>- Parameters:
componentDescription- The component descriptionpoolName- The pool name
-
-