Class SingletonDeploymentDependencyProcessor
java.lang.Object
org.wildfly.extension.clustering.singleton.deployment.SingletonDeploymentDependencyProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class SingletonDeploymentDependencyProcessor
extends Object
implements org.jboss.as.server.deployment.DeploymentUnitProcessor
DUP that adds a dependency on a configured deployment policy service to the next phase.
- Author:
- Paul Ferraro
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<SingletonDeploymentConfiguration> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Field Details
-
CONFIGURATION_KEY
public static final org.jboss.as.server.deployment.AttachmentKey<SingletonDeploymentConfiguration> CONFIGURATION_KEY
-
-
Constructor Details
-
SingletonDeploymentDependencyProcessor
public SingletonDeploymentDependencyProcessor()
-
-
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
-