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()
Get all the EJBs in the deployment archive
|
String |
getId()
Get a string which uniquely identifies the
BeanDeploymentArchive within the Deployment . |
ServiceRegistry |
getServices()
Get the Bean Deployment Archive scoped services
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBeanClasses, getBeanDeploymentArchives, getBeansXml
public AbstractWeldSEBeanDeploymentArchive(String id)
public Collection<EjbDescriptor<?>> getEjbs()
BeanDeploymentArchive
getEjbs
in interface BeanDeploymentArchive
public String getId()
BeanDeploymentArchive
BeanDeploymentArchive
within the Deployment
. The identifier
must be consistent between multiple occurrences of this deployment.getId
in interface BeanDeploymentArchive
public ServiceRegistry getServices()
BeanDeploymentArchive
getServices
in interface BeanDeploymentArchive
Copyright © 2014. All Rights Reserved.