Class DistributableWebDeploymentProcessor

java.lang.Object
org.wildfly.extension.clustering.web.deployment.DistributableWebDeploymentProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class DistributableWebDeploymentProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
DeploymentUnitProcessor that attaches any configured DistributableSessionManagementProvider to the deployment unit.
Author:
Paul Ferraro
  • Constructor Details

    • DistributableWebDeploymentProcessor

      public DistributableWebDeploymentProcessor()
  • Method Details

    • 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