public abstract class ForwardingBeanDeploymentArchive extends java.lang.Object implements BeanDeploymentArchive
| Constructor and Description |
|---|
ForwardingBeanDeploymentArchive() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BeanDeploymentArchive |
delegate() |
boolean |
equals(java.lang.Object obj) |
java.util.Collection<java.lang.String> |
getBeanClasses()
Gets all classes in the bean deployment archive
|
java.util.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.
|
java.util.Collection<EjbDescriptor<?>> |
getEjbs()
Get all the EJBs in the deployment archive
|
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, getServicesprotected abstract BeanDeploymentArchive delegate()
public java.util.Collection<java.lang.String> getBeanClasses()
BeanDeploymentArchivegetBeanClasses in interface BeanDeploymentArchivepublic java.util.Collection<BeanDeploymentArchive> getBeanDeploymentArchives()
BeanDeploymentArchivegetBeanDeploymentArchives in interface BeanDeploymentArchivepublic BeansXml getBeansXml()
BeanDeploymentArchivegetBeansXml in interface BeanDeploymentArchiveBootstrap.parse(java.net.URL),
Bootstrap.parse(Iterable)public java.util.Collection<EjbDescriptor<?>> getEjbs()
BeanDeploymentArchivegetEjbs in interface BeanDeploymentArchivepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015. All Rights Reserved.