public abstract class AbstractWeldBeanDeploymentArchive extends Object implements org.jboss.weld.bootstrap.spi.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<org.jboss.weld.ejb.spi.EjbDescriptor<?>> |
getEjbs() |
String |
getId() |
org.jboss.weld.bootstrap.api.ServiceRegistry |
getServices() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBeanClasses, getBeanDeploymentArchives, getBeansXmlpublic AbstractWeldBeanDeploymentArchive(String id)
public Collection<org.jboss.weld.ejb.spi.EjbDescriptor<?>> getEjbs()
getEjbs in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchivepublic String getId()
getId in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchivepublic org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
getServices in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchiveCopyright © 2018. All rights reserved.