Class SessionSynchronizationMergingProcessor

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

    public class SessionSynchronizationMergingProcessor
    extends AbstractMergingProcessor<StatefulComponentDescription>
    Merging processor that handles session synchronization callback methods
    Author:
    Stuart Douglas
    • Constructor Detail

      • SessionSynchronizationMergingProcessor

        public SessionSynchronizationMergingProcessor()
    • Method Detail

      • handleAnnotations

        protected void handleAnnotations​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
                                         EEApplicationClasses applicationClasses,
                                         org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
                                         Class<?> componentClass,
                                         StatefulComponentDescription description)
                                  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