org.jboss.weld.bootstrap
Class BeanDeployment

java.lang.Object
  extended by org.jboss.weld.bootstrap.BeanDeployment

public class BeanDeployment
extends java.lang.Object

Author:
pmuir

Constructor Summary
BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.spi.Deployment deployment, ExtensionBeanDeployerEnvironment extensionBeanDeployerEnvironment, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices)
           
 
Method Summary
 void deployBeans(org.jboss.weld.bootstrap.api.Environment environment)
           
 BeanDeployer getBeanDeployer()
           
 org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive()
           
 BeanManagerImpl getBeanManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanDeployment

public BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive,
                      BeanManagerImpl deploymentManager,
                      org.jboss.weld.bootstrap.spi.Deployment deployment,
                      ExtensionBeanDeployerEnvironment extensionBeanDeployerEnvironment,
                      org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices)
Method Detail

getBeanManager

public BeanManagerImpl getBeanManager()

getBeanDeployer

public BeanDeployer getBeanDeployer()

getBeanDeploymentArchive

public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive()

deployBeans

public void deployBeans(org.jboss.weld.bootstrap.api.Environment environment)


Copyright © 2008-2009 Seam Framework. All Rights Reserved.