Class 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 Detail

      • KernelDeploymentModuleProcessor

        public KernelDeploymentModuleProcessor()
    • Method Detail

      • 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:
        deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
        Parameters:
        phaseContext - the deployment unit context
        Throws:
        org.jboss.as.server.deployment.DeploymentUnitProcessingException