org.ow2.jonas.cdi.weld.internal
Class WeldDeployableInfo

java.lang.Object
  extended by org.ow2.jonas.cdi.weld.internal.WeldDeployableInfo
All Implemented Interfaces:
org.ow2.util.ee.deploy.api.deployable.IDeployableInfo

public class WeldDeployableInfo
extends Object
implements org.ow2.util.ee.deploy.api.deployable.IDeployableInfo

A Weld specific Deployable Info. It stores the Weld Bootstrap.

Author:
Guillaume Sauthier

Constructor Summary
WeldDeployableInfo()
           
 
Method Summary
 org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive()
           
 org.jboss.weld.bootstrap.api.Bootstrap getBootstrap()
           
 void setBeanDeploymentArchive(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive)
           
 void setBootstrap(org.jboss.weld.bootstrap.api.Bootstrap bootstrap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeldDeployableInfo

public WeldDeployableInfo()
Method Detail

getBootstrap

public org.jboss.weld.bootstrap.api.Bootstrap getBootstrap()

setBootstrap

public void setBootstrap(org.jboss.weld.bootstrap.api.Bootstrap bootstrap)

getBeanDeploymentArchive

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

setBeanDeploymentArchive

public void setBeanDeploymentArchive(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive)


Copyright © 2010 OW2 Consortium. All Rights Reserved.