Class EEDistinctNameProcessor
java.lang.Object
org.jboss.as.ee.component.deployers.EEDistinctNameProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public final class EEDistinctNameProcessor
extends Object
implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Examines a deployment unit and its top level parent to check for any distinct-name that's configured in the
deployment descriptor(s) of the deployment units. If a top level deployment unit has a distinct-name configured
then it will be applied to all sub-deployments in that unit (unless the sub-deployment has overridden the distinct-name)
- Author:
- Stuart Douglas, Jaikiran Pai
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) 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
-
Constructor Details
-
EEDistinctNameProcessor
public EEDistinctNameProcessor()
-
-
Method Details
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-