Class DistributableWebDeploymentDependencyProcessor
java.lang.Object
org.wildfly.extension.clustering.web.deployment.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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<DistributableWebDeploymentConfiguration> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONFIGURATION_KEY
public static final org.jboss.as.server.deployment.AttachmentKey<DistributableWebDeploymentConfiguration> CONFIGURATION_KEY
-
-
Constructor Details
-
DistributableWebDeploymentDependencyProcessor
public DistributableWebDeploymentDependencyProcessor()
-
-
Method Details
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext context) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
deployin interfaceorg.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:
undeployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor
-