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 -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) Add POJO module if we have any bean factories.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
-
KernelDeploymentModuleProcessor
public KernelDeploymentModuleProcessor()
-
-
Method Details
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException Add 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
-