public class AnnotatedEJBComponentDescriptionDeploymentUnitProcessor extends AbstractDeploymentUnitProcessor implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Modifier and Type | Field and Description |
---|---|
protected boolean |
appclient
If this is an appclient we want to make the components as not installable, so we can still look up which EJB's are in
the deployment, but do not actually install them
|
Constructor and Description |
---|
AnnotatedEJBComponentDescriptionDeploymentUnitProcessor(boolean appclient) |
Modifier and Type | Method and Description |
---|---|
protected void |
processAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
org.jboss.as.server.deployment.annotation.CompositeIndex compositeIndex) |
protected void |
processBeanMetaData(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData ejb) |
deploy, getEjbJarDescription, processDeploymentDescriptor, undeploy
protected final boolean appclient
public AnnotatedEJBComponentDescriptionDeploymentUnitProcessor(boolean appclient)
protected void processAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.annotation.CompositeIndex compositeIndex) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
processAnnotations
in class AbstractDeploymentUnitProcessor
org.jboss.as.server.deployment.DeploymentUnitProcessingException
protected void processBeanMetaData(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData ejb) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
processBeanMetaData
in class AbstractDeploymentUnitProcessor
org.jboss.as.server.deployment.DeploymentUnitProcessingException
Copyright © 2018 JBoss by Red Hat. All rights reserved.