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