public abstract class AbstractWeldBeanDeploymentArchive extends 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(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EjbDescriptor<?>> |
getEjbs()
Get all the EJBs in the deployment archive
|
String |
getId()
Get a string which uniquely identifies the
BeanDeploymentArchive within the Deployment. |
ServiceRegistry |
getServices()
Get the Bean Deployment Archive scoped services
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBeanClasses, getBeanDeploymentArchives, getBeansXmlpublic AbstractWeldBeanDeploymentArchive(String id)
public Collection<EjbDescriptor<?>> getEjbs()
BeanDeploymentArchivegetEjbs in interface BeanDeploymentArchivepublic 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 © 2016. All Rights Reserved.