public abstract class AbstractPoolMergingProcessor<T extends EJBComponentDescription> extends AbstractMergingProcessor<T>
Pool
annotation and/or the deployment descriptor, for a EJBConstructor and Description |
---|
AbstractPoolMergingProcessor(Class<T> descriptionType) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
T description)
Handle annotations relating to the component that have been found in the deployment.
|
protected void |
handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
T description)
Handle the deployment descriptor
|
protected abstract void |
setPoolName(T componentDescription,
String poolName)
Set the pool name for the component
|
deploy, getMethodIntf, getMethodParams, undeploy
protected void handleAnnotations(DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, T description) throws DeploymentUnitProcessingException
AbstractMergingProcessor
handleAnnotations
in class AbstractMergingProcessor<T extends EJBComponentDescription>
DeploymentUnitProcessingException
protected void handleDeploymentDescriptor(DeploymentUnit deploymentUnit, DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, T description) throws DeploymentUnitProcessingException
AbstractMergingProcessor
handleDeploymentDescriptor
in class AbstractMergingProcessor<T extends EJBComponentDescription>
DeploymentUnitProcessingException
Copyright © 2013 JBoss by Red Hat. All rights reserved.