Class AbstractWeldBeanDeploymentArchive
java.lang.Object
org.jboss.weld.environment.deployment.AbstractWeldBeanDeploymentArchive
- All Implemented Interfaces:
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
- Direct Known Subclasses:
WeldBeanDeploymentArchive
public abstract class AbstractWeldBeanDeploymentArchive
extends Object
implements org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
Implements the basic requirements of a
BeanDeploymentArchive (bean
archive id and service registry).
Suitable for extension by those who need to build custom
BeanDeploymentArchive implementations.- Author:
- Pete Muir
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.jboss.weld.ejb.spi.EjbDescriptor<?>>getEjbs()getId()org.jboss.weld.bootstrap.api.ServiceRegistrytoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
getBeanClasses, getBeanDeploymentArchives, getBeansXml, getKnownClasses, getLoadedBeanClasses
-
Constructor Details
-
AbstractWeldBeanDeploymentArchive
-
-
Method Details
-
getEjbs
- Specified by:
getEjbsin interfaceorg.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
getId
- Specified by:
getIdin interfaceorg.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
getServices
public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()- Specified by:
getServicesin interfaceorg.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
toString
-