Class MdbDeliveryMergingProcessor

All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class MdbDeliveryMergingProcessor extends AbstractMergingProcessor<MessageDrivenComponentDescription>
Handles the DeliveryActive and DeliveryGroup annotation merging
Author:
Jeff Mesnil (c) 2013 Red Hat inc., Flavia Rainone
  • Constructor Details

    • MdbDeliveryMergingProcessor

      public MdbDeliveryMergingProcessor()
  • Method Details

    • handleAnnotations

      protected void handleAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.ee.component.EEApplicationClasses applicationClasses, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex, Class<?> componentClass, MessageDrivenComponentDescription 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<MessageDrivenComponentDescription>
      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, MessageDrivenComponentDescription componentConfiguration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Description copied from class: AbstractMergingProcessor
      Handle the deployment descriptor
      Specified by:
      handleDeploymentDescriptor in class AbstractMergingProcessor<MessageDrivenComponentDescription>
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException