public class TransactionAttributeMergingProcessor extends AbstractMergingProcessor<EJBComponentDescription>
Constructor and Description |
---|
TransactionAttributeMergingProcessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration)
Handle annotations relating to the component that have been found in the deployment.
|
protected void |
handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentDescription)
Handle the deployment descriptor
|
deploy, getMethodIntf, getMethodParams, undeploy
public TransactionAttributeMergingProcessor()
protected void handleAnnotations(DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription componentConfiguration) throws DeploymentUnitProcessingException
AbstractMergingProcessor
handleAnnotations
in class AbstractMergingProcessor<EJBComponentDescription>
DeploymentUnitProcessingException
protected void handleDeploymentDescriptor(DeploymentUnit deploymentUnit, DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription componentDescription) throws DeploymentUnitProcessingException
AbstractMergingProcessor
handleDeploymentDescriptor
in class AbstractMergingProcessor<EJBComponentDescription>
DeploymentUnitProcessingException
Copyright © 2013 JBoss by Red Hat. All rights reserved.