Class ServiceActivatorProcessor
- java.lang.Object
-
- org.jboss.as.server.deployment.service.ServiceActivatorProcessor
-
- All Implemented Interfaces:
DeploymentUnitProcessor
public class ServiceActivatorProcessor extends Object implements DeploymentUnitProcessor
Deployment processor responsible for executing any ServiceActivator instances for a deployment.- Author:
- John Bailey
-
-
Constructor Summary
Constructors Constructor Description ServiceActivatorProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(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, wait
-
Methods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
-
-
-
Method Detail
-
deploy
public void deploy(DeploymentPhaseContext phaseContext) throws DeploymentUnitProcessingException
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
-
-