Package org.jboss.as.pojo
Class ParsedKernelDeploymentProcessor
java.lang.Object
org.jboss.as.pojo.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) Process a deployment for KernelDeployment configuration.protected voiddescribeBean(org.jboss.modules.Module module, org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentIndex, BeanMetaDataConfig beanConfig) 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
-
ParsedKernelDeploymentProcessor
public ParsedKernelDeploymentProcessor()
-
-
Method Details
-
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 aPOJOfor each configured bean.- Specified by:
deployin interfaceorg.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)
-