Class ServiceActivatorDependencyProcessor
java.lang.Object
org.jboss.as.server.deployment.service.ServiceActivatorDependencyProcessor
- All Implemented Interfaces:
DeploymentUnitProcessor
Deployment processor that adds required dependencies for executing service activators.
- Author:
- John Bailey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(DeploymentPhaseContext phaseContext) Add the dependencies if the deployment contains a service activator loader entry.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
-
ServiceActivatorDependencyProcessor
public ServiceActivatorDependencyProcessor()
-
-
Method Details
-
deploy
Add the dependencies if the deployment contains a service activator loader entry.- Specified by:
deployin interfaceDeploymentUnitProcessor- Parameters:
phaseContext- the deployment unit context- Throws:
DeploymentUnitProcessingException
-