public class ImmutableBeanDeploymentArchive extends AbstractWeldSEBeanDeploymentArchive
BeanDeploymentArchive
which must have
classes and beans.xml resources added to it via
ImmutableBeanDeploymentArchive#ImmutableBeanDeploymentArchive(String, Collection, Collection, List)
or
ImmutableBeanDeploymentArchive#ImmutableBeanDeploymentArchive(String, Collection, Collection)
See Deployment
for more detailed information on creating deployment
structures.Constructor and Description |
---|
ImmutableBeanDeploymentArchive(String id,
Collection<String> beanClasses,
org.jboss.weld.bootstrap.spi.BeansXml beansXml) |
ImmutableBeanDeploymentArchive(String id,
Collection<String> beanClasses,
org.jboss.weld.bootstrap.spi.BeansXml beansXml,
Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> beanDeploymentArchives) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getBeanClasses() |
Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> |
getBeanDeploymentArchives() |
org.jboss.weld.bootstrap.spi.BeansXml |
getBeansXml() |
getEjbs, getId, getServices
public ImmutableBeanDeploymentArchive(String id, Collection<String> beanClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml, Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> beanDeploymentArchives)
public ImmutableBeanDeploymentArchive(String id, Collection<String> beanClasses, org.jboss.weld.bootstrap.spi.BeansXml beansXml)
public Collection<String> getBeanClasses()
public Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
public org.jboss.weld.bootstrap.spi.BeansXml getBeansXml()
Copyright © 2013 Seam Framework. All rights reserved.