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, undeployclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeploy, undeployprotected final boolean appclient
public AnnotatedEJBComponentDescriptionDeploymentUnitProcessor(boolean appclient)
protected void processAnnotations(DeploymentUnit deploymentUnit, CompositeIndex compositeIndex) throws DeploymentUnitProcessingException
processAnnotations in class AbstractDeploymentUnitProcessorDeploymentUnitProcessingExceptionprotected void processBeanMetaData(DeploymentUnit deploymentUnit, org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData ejb) throws DeploymentUnitProcessingException
processBeanMetaData in class AbstractDeploymentUnitProcessorDeploymentUnitProcessingExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.