public class EntityBeanComponentDescriptionFactory extends AbstractDeploymentUnitProcessor
appclient| Constructor and Description |
|---|
EntityBeanComponentDescriptionFactory(boolean appclient) |
| Modifier and Type | Method and Description |
|---|---|
protected EntityBeanComponentDescription |
createDescription(String beanName,
String beanClassName,
EjbJarDescription ejbJarDescription,
org.jboss.msc.service.ServiceName serviceName,
org.jboss.metadata.ejb.spec.EntityBeanMetaData beanMetaData) |
protected void |
mark(DeploymentUnit deploymentUnit) |
protected void |
processBeanMetaData(DeploymentUnit deploymentUnit,
org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData enterpriseBeanMetaData) |
protected boolean |
shouldProcess(org.jboss.metadata.ejb.spec.EntityBeanMetaData entity) |
deploy, getEjbJarDescription, processAnnotations, processDeploymentDescriptor, undeploypublic EntityBeanComponentDescriptionFactory(boolean appclient)
protected void mark(DeploymentUnit deploymentUnit)
protected void processBeanMetaData(DeploymentUnit deploymentUnit, org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData enterpriseBeanMetaData) throws DeploymentUnitProcessingException
processBeanMetaData in class AbstractDeploymentUnitProcessorDeploymentUnitProcessingExceptionprotected boolean shouldProcess(org.jboss.metadata.ejb.spec.EntityBeanMetaData entity)
protected EntityBeanComponentDescription createDescription(String beanName, String beanClassName, EjbJarDescription ejbJarDescription, org.jboss.msc.service.ServiceName serviceName, org.jboss.metadata.ejb.spec.EntityBeanMetaData beanMetaData)
Copyright © 2014 JBoss by Red Hat. All rights reserved.