public abstract class ForwardingBeanDeploymentArchive extends Object implements BeanDeploymentArchive
Constructor and Description |
---|
ForwardingBeanDeploymentArchive() |
Modifier and Type | Method and Description |
---|---|
protected abstract BeanDeploymentArchive |
delegate() |
boolean |
equals(Object obj) |
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
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getServices
protected abstract BeanDeploymentArchive delegate()
public Collection<String> getBeanClasses()
BeanDeploymentArchive
getBeanClasses
in interface BeanDeploymentArchive
public Collection<BeanDeploymentArchive> getBeanDeploymentArchives()
BeanDeploymentArchive
getBeanDeploymentArchives
in interface BeanDeploymentArchive
public BeansXml getBeansXml()
BeanDeploymentArchive
getBeansXml
in interface BeanDeploymentArchive
Bootstrap.parse(java.net.URL)
,
Bootstrap.parse(Iterable)
public Collection<EjbDescriptor<?>> getEjbs()
BeanDeploymentArchive
getEjbs
in interface BeanDeploymentArchive
Copyright © 2008-2015. All Rights Reserved.