Class TransactionAttributeMergingProcessor

java.lang.Object
org.jboss.as.ejb3.deployment.processors.merging.AbstractMergingProcessor<EJBComponentDescription>
org.jboss.as.ejb3.deployment.processors.merging.TransactionAttributeMergingProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class TransactionAttributeMergingProcessor extends AbstractMergingProcessor<EJBComponentDescription>
Because trans-attr and trans-timeout are both contained in container-transaction process both annotations and container-transaction metadata in one spot.
Author:
Stuart Douglas, Carlo de Wolf
  • Constructor Details

    • TransactionAttributeMergingProcessor

      public TransactionAttributeMergingProcessor()
  • Method Details

    • handleAnnotations

      protected void handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription componentConfiguration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Description copied from class: AbstractMergingProcessor
      Handle annotations relating to the component that have been found in the deployment. Will not be called if the deployment is metadata complete.
      Specified by:
      handleAnnotations in class AbstractMergingProcessor<EJBComponentDescription>
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException
    • handleDeploymentDescriptor

      protected void handleDeploymentDescriptor(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, EJBComponentDescription componentDescription) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Description copied from class: AbstractMergingProcessor
      Handle the deployment descriptor
      Specified by:
      handleDeploymentDescriptor in class AbstractMergingProcessor<EJBComponentDescription>
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException