Class ServiceActivatorProcessor
java.lang.Object
org.jboss.as.server.deployment.service.ServiceActivatorProcessor
- All Implemented Interfaces:
DeploymentUnitProcessor
Deployment processor responsible for executing any ServiceActivator instances for a deployment.
- Author:
- John Bailey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(DeploymentPhaseContext phaseContext) If the deployment has a module attached it will ask the module to load the ServiceActivator services.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
-
ServiceActivatorProcessor
public ServiceActivatorProcessor()
-
-
Method Details
-
deploy
If the deployment has a module attached it will ask the module to load the ServiceActivator services.- Specified by:
deployin interfaceDeploymentUnitProcessor- Parameters:
phaseContext- the deployment unit context- Throws:
DeploymentUnitProcessingException- if an error occurs during processing
-