public class AnnotatedEJBComponentDescriptionDeploymentUnitProcessor extends AbstractDeploymentUnitProcessor implements 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(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex) |
protected void |
processBeanMetaData(DeploymentUnit deploymentUnit,
org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData ejb) |
deploy, getEjbJarDescription, processDeploymentDescriptor, undeploy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deploy, undeploy
protected final boolean appclient
public AnnotatedEJBComponentDescriptionDeploymentUnitProcessor(boolean appclient)
protected void processAnnotations(DeploymentUnit deploymentUnit, CompositeIndex compositeIndex) throws DeploymentUnitProcessingException
processAnnotations
in class AbstractDeploymentUnitProcessor
DeploymentUnitProcessingException
protected void processBeanMetaData(DeploymentUnit deploymentUnit, org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData ejb) throws DeploymentUnitProcessingException
processBeanMetaData
in class AbstractDeploymentUnitProcessor
DeploymentUnitProcessingException
Copyright © 2014 JBoss by Red Hat. All rights reserved.