public interface BeanDeploymentArchive
BeanDeploymentArchive
even if no beans.xml is present (for example, a
container could define a deployment archive with container specific metadata
to be a bean deployment archive).Deployment
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getBeanClasses()
Gets all classes in the bean deployment archive
|
Collection<BeanDeploymentArchive> |
getBeanDeploymentArchives()
Get the bean deployment archives which are accessible to this bean
deployment archive and adjacent to it in the deployment archive graph.
|
BeansXml |
getBeansXml()
Get any deployment descriptors in the bean deployment archive.
|
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
|
Collection<BeanDeploymentArchive> getBeanDeploymentArchives()
Collection<String> getBeanClasses()
BeansXml getBeansXml()
Bootstrap#parse(java.net.URL)}
,
Bootstrap#parse(Iterable)}
Collection<EjbDescriptor<?>> getEjbs()
ServiceRegistry getServices()
String getId()
BeanDeploymentArchive
within
the Deployment
. The identifier must be consistent between multiple
occurrences of this deployment.Copyright © 2012 Seam Framework. All Rights Reserved.