Class DistributableWebDeploymentDependencyProcessor

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

    public class DistributableWebDeploymentDependencyProcessor
    extends Object
    implements org.jboss.as.server.deployment.DeploymentUnitProcessor
    DeploymentUnitProcessor that establishes the requisite DistributableSessionManagementProvider dependency for distributable web and shared session deployments.
    Author:
    Paul Ferraro
    • Constructor Detail

      • DistributableWebDeploymentDependencyProcessor

        public DistributableWebDeploymentDependencyProcessor()
    • Method Detail

      • deploy

        public void deploy​(org.jboss.as.server.deployment.DeploymentPhaseContext context)
                    throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
        Specified by:
        deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
        Throws:
        org.jboss.as.server.deployment.DeploymentUnitProcessingException
      • undeploy

        public void undeploy​(org.jboss.as.server.deployment.DeploymentUnit unit)
        Specified by:
        undeploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor