Class SessionBeanComponentDescriptionFactory
java.lang.Object
org.jboss.as.ejb3.deployment.processors.EJBComponentDescriptionFactory
org.jboss.as.ejb3.deployment.processors.SessionBeanComponentDescriptionFactory
User: jpai
-
Field Summary
Fields inherited from class org.jboss.as.ejb3.deployment.processors.EJBComponentDescriptionFactory
appclient -
Constructor Summary
ConstructorsConstructorDescriptionSessionBeanComponentDescriptionFactory(boolean appclient, boolean defaultSlsbPoolAvailable) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessAnnotations(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.as.server.deployment.annotation.CompositeIndex compositeIndex) Process annotations and merge any available metadata at the same time.protected voidprocessBeanMetaData(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData enterpriseBeanMetaData) Methods inherited from class org.jboss.as.ejb3.deployment.processors.EJBComponentDescriptionFactory
addComponent, override
-
Constructor Details
-
SessionBeanComponentDescriptionFactory
public SessionBeanComponentDescriptionFactory(boolean appclient, boolean defaultSlsbPoolAvailable)
-
-
Method Details
-
processAnnotations
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 Process annotations and merge any available metadata at the same time.- Specified by:
processAnnotationsin classEJBComponentDescriptionFactory- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
processBeanMetaData
protected void processBeanMetaData(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData enterpriseBeanMetaData) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException - Specified by:
processBeanMetaDatain classEJBComponentDescriptionFactory- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-