public abstract class AbstractWeldBeanDeploymentArchive extends java.lang.Object implements BeanDeploymentArchive
BeanDeploymentArchive (bean
archive id and service registry).
Suitable for extension by those who need to build custom
BeanDeploymentArchive implementations.| Constructor and Description |
|---|
AbstractWeldBeanDeploymentArchive(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<EjbDescriptor<?>> |
getEjbs()
Get all the EJBs in the deployment archive
|
java.lang.String |
getId()
Get a string which uniquely identifies the
BeanDeploymentArchive within the Deployment. |
ServiceRegistry |
getServices()
Get the Bean Deployment Archive scoped services
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBeanClasses, getBeanDeploymentArchives, getBeansXmlpublic AbstractWeldBeanDeploymentArchive(java.lang.String id)
public java.util.Collection<EjbDescriptor<?>> getEjbs()
BeanDeploymentArchivegetEjbs in interface BeanDeploymentArchivepublic java.lang.String getId()
BeanDeploymentArchiveBeanDeploymentArchive within the Deployment. The identifier
must be consistent between multiple occurrences of this deployment.getId in interface BeanDeploymentArchivepublic ServiceRegistry getServices()
BeanDeploymentArchivegetServices in interface BeanDeploymentArchiveCopyright © 2015. All Rights Reserved.