org.jboss.deployment.spi.beans
Class JBossWebConfigBeanRoot

java.lang.Object
  extended by org.jboss.deployment.spi.beans.JBossConfigBeanProxy
      extended by org.jboss.deployment.spi.beans.JBossWebConfigBeanRoot
All Implemented Interfaces:
javax.enterprise.deploy.spi.DConfigBean, javax.enterprise.deploy.spi.DConfigBeanRoot

public class JBossWebConfigBeanRoot
extends JBossConfigBeanProxy
implements javax.enterprise.deploy.spi.DConfigBeanRoot

A simple war dconfigbeanroot implementation

Version:
$Revision: 1.5.2.2 $
Author:
Rob Stryker

Field Summary
 
Fields inherited from class org.jboss.deployment.spi.beans.JBossConfigBeanProxy
myBean, myDeployable
 
Constructor Summary
JBossWebConfigBeanRoot(javax.enterprise.deploy.model.DDBeanRoot root)
           
 
Method Summary
 javax.enterprise.deploy.spi.DConfigBean getDConfigBean(javax.enterprise.deploy.model.DDBeanRoot arg0)
          This is the only abstract method.
static void main(String[] args)
           
 
Methods inherited from class org.jboss.deployment.spi.beans.JBossConfigBeanProxy
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener, save, setBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.enterprise.deploy.spi.DConfigBean
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener
 

Constructor Detail

JBossWebConfigBeanRoot

public JBossWebConfigBeanRoot(javax.enterprise.deploy.model.DDBeanRoot root)
Method Detail

main

public static void main(String[] args)

getDConfigBean

public javax.enterprise.deploy.spi.DConfigBean getDConfigBean(javax.enterprise.deploy.model.DDBeanRoot arg0)
Description copied from class: JBossConfigBeanProxy
This is the only abstract method.

Specified by:
getDConfigBean in interface javax.enterprise.deploy.spi.DConfigBeanRoot
Specified by:
getDConfigBean in class JBossConfigBeanProxy


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.