public class FederationDependencyProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
DeploymentUnitProcessor that configures the necessary dependencies for a given
federation deployment.
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.server.deployment.Phase |
PHASE |
static int |
PRIORITY |
| Constructor and Description |
|---|
FederationDependencyProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
void |
undeploy(org.jboss.as.server.deployment.DeploymentUnit context) |
public static final org.jboss.as.server.deployment.Phase PHASE
public static final int PRIORITY
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessororg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionpublic void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
undeploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessorCopyright © 2019 JBoss by Red Hat. All rights reserved.