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, undeploy
public 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 AbstractDeploymentUnitProcessor
DeploymentUnitProcessingException
protected 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 © 2013 JBoss by Red Hat. All rights reserved.