Package org.jboss.as.pojo
Class KernelDeploymentModuleProcessor
- java.lang.Object
-
- org.jboss.as.pojo.KernelDeploymentModuleProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class KernelDeploymentModuleProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Check if we have any bean factories, as we need the POJO module api.- Author:
- Ales Justin
-
-
Constructor Summary
Constructors Constructor Description KernelDeploymentModuleProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)Add POJO module if we have any bean factories.
-
-
-
Method Detail
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionAdd POJO module if we have any bean factories.- Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor- Parameters:
phaseContext- the deployment unit context- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
-