Class ParsedKernelDeploymentProcessor

  • All Implemented Interfaces:
    org.jboss.as.server.deployment.DeploymentUnitProcessor

    public class ParsedKernelDeploymentProcessor
    extends Object
    implements org.jboss.as.server.deployment.DeploymentUnitProcessor
    DeploymentUnit processor responsible for taking KernelDeploymentXmlDescriptor configuration and creating the corresponding services.
    Author:
    Ales Justin
    • Constructor Detail

      • ParsedKernelDeploymentProcessor

        public ParsedKernelDeploymentProcessor()
    • Method Detail

      • deploy

        public void deploy​(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
                    throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
        Process a deployment for KernelDeployment configuration. Will install a POJO for each configured bean.
        Specified by:
        deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
        Parameters:
        phaseContext - the deployment unit context
        Throws:
        org.jboss.as.server.deployment.DeploymentUnitProcessingException
      • describeBean

        protected void describeBean​(org.jboss.modules.Module module,
                                    org.jboss.msc.service.ServiceTarget serviceTarget,
                                    org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentIndex,
                                    BeanMetaDataConfig beanConfig)