public class EjbConcurrencyMergingProcessor extends AbstractMergingProcessor<SessionBeanComponentDescription>
Lock
and AccessTimeout
metadataConstructor 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, getMethodParams
protected void handleAnnotations(DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription componentConfiguration)
AbstractMergingProcessor
handleAnnotations
in class AbstractMergingProcessor<SessionBeanComponentDescription>
protected void handleDeploymentDescriptor(DeploymentUnit deploymentUnit, DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, SessionBeanComponentDescription componentConfiguration) throws DeploymentUnitProcessingException
AbstractMergingProcessor
handleDeploymentDescriptor
in class AbstractMergingProcessor<SessionBeanComponentDescription>
DeploymentUnitProcessingException
public void undeploy(DeploymentUnit context)
DeploymentUnitProcessor
deploy()
; 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 DeploymentUnitProcessor
undeploy
in class AbstractMergingProcessor<SessionBeanComponentDescription>
context
- the deployment unit contextCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.