public abstract class AbstractWeldSEBeanDeploymentArchive extends Object implements BeanDeploymentArchive
BeanDeploymentArchive
(bean
archive id and service registry).
Suitable for extension by those who need to build custom
BeanDeploymentArchive
implementations.MutableBeanDeploymentArchive
,
ImmutableBeanDeploymentArchive
Constructor and Description |
---|
AbstractWeldSEBeanDeploymentArchive(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<EjbDescriptor<?>> |
getEjbs() |
String |
getId() |
ServiceRegistry |
getServices() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBeanClasses, getBeanDeploymentArchives, getBeansXml
public AbstractWeldSEBeanDeploymentArchive(String id)
public Collection<EjbDescriptor<?>> getEjbs()
getEjbs
in interface BeanDeploymentArchive
public String getId()
getId
in interface BeanDeploymentArchive
public ServiceRegistry getServices()
getServices
in interface BeanDeploymentArchive
Copyright © 2013 Seam Framework. All Rights Reserved.