public class DefaultEarSubDeploymentsIsolationProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
DeploymentUnitProcessor
responsible for setting the default ear subdeployments isolation for each .ear
deployment unit. The default is picked up from the EE subsystem and set on the ModuleSpecification
of the deployment unit.
Unless, the specific deployment unit overrides the isolation via jboss-deployment-structure.xml, this
default value will be used to setup isolation of the subdeployments within a .ear.
Note: This deployer must run before the org.jboss.as.server.deployment.module.descriptor.DeploymentStructureDescriptorParser
org.jboss.as.server.deployment.module.descriptor.DeploymentStructureDescriptorParser}
User: Jaikiran Pai
Constructor and Description |
---|
DefaultEarSubDeploymentsIsolationProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
void |
setEarSubDeploymentsIsolated(boolean earSubDeploymentsIsolated) |
void |
undeploy(org.jboss.as.server.deployment.DeploymentUnit context) |
public DefaultEarSubDeploymentsIsolationProcessor()
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.DeploymentUnitProcessor
org.jboss.as.server.deployment.DeploymentUnitProcessingException
public void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
undeploy
in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
public void setEarSubDeploymentsIsolated(boolean earSubDeploymentsIsolated)
Copyright © 2017 JBoss by Red Hat. All rights reserved.