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() |
public AbstractWeldBeanDeploymentArchive(String id)
public Collection<org.jboss.weld.ejb.spi.EjbDescriptor<?>> getEjbs()
getEjbs
in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
public String getId()
getId
in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
getServices
in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
Copyright © 2016. All rights reserved.