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() |
String |
getId() |
ServiceRegistry |
getServices() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBeanClasses, getBeanDeploymentArchives, getBeansXmlpublic AbstractWeldBeanDeploymentArchive(String id)
public Collection<EjbDescriptor<?>> getEjbs()
getEjbs in interface BeanDeploymentArchivepublic String getId()
getId in interface BeanDeploymentArchivepublic ServiceRegistry getServices()
getServices in interface BeanDeploymentArchiveCopyright © 2016. All Rights Reserved.