public class EjbConcurrencyMergingProcessor extends AbstractMergingProcessor<SessionBeanComponentDescription>
Lock and AccessTimeout metadata| Constructor and Description |
|---|
EjbConcurrencyMergingProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription componentConfiguration)
Handle annotations relating to the component that have been found in the deployment.
|
protected void |
handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription componentConfiguration)
Handle the deployment descriptor
|
void |
undeploy(DeploymentUnit context)
Undo the deployment processing.
|
deploy, getMethodIntf, getMethodParamsprotected void handleAnnotations(DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription componentConfiguration)
AbstractMergingProcessorhandleAnnotations in class AbstractMergingProcessor<SessionBeanComponentDescription>protected void handleDeploymentDescriptor(DeploymentUnit deploymentUnit, DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription componentConfiguration) throws DeploymentUnitProcessingException
AbstractMergingProcessorhandleDeploymentDescriptor in class AbstractMergingProcessor<SessionBeanComponentDescription>DeploymentUnitProcessingExceptionpublic void undeploy(DeploymentUnit context)
DeploymentUnitProcessordeploy(); however, if
the deploy() method added services, they need not be removed here (they will automatically be removed).
This method should avoid throwing exceptions; any exceptions thrown are logged and ignored. Implementations of this
method cannot assume that the deployment process has (or has not) proceeded beyond the current processor, nor can they
assume that the undeploy() method will be called from the same thread as the deploy() method.
undeploy in interface DeploymentUnitProcessorundeploy in class AbstractMergingProcessor<SessionBeanComponentDescription>context - the deployment unit contextCopyright © 2014 JBoss by Red Hat. All rights reserved.