Class StatefulTimeoutMergingProcessor

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

public class StatefulTimeoutMergingProcessor extends AbstractMergingProcessor<StatefulComponentDescription>
Handles the RunAs annotation merging
Author:
Stuart DouglasrunAs
  • Constructor Details

    • StatefulTimeoutMergingProcessor

      public StatefulTimeoutMergingProcessor()
  • 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, StatefulComponentDescription 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<StatefulComponentDescription>
      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, StatefulComponentDescription componentConfiguration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Description copied from class: AbstractMergingProcessor
      Handle the deployment descriptor
      Specified by:
      handleDeploymentDescriptor in class AbstractMergingProcessor<StatefulComponentDescription>
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException