org.jboss.deployment.spi.beans
Class AbstractJBossConfigBean.JBossNullConfigBean

java.lang.Object
  extended by org.jboss.deployment.spi.beans.AbstractJBossConfigBean
      extended by org.jboss.deployment.spi.beans.AbstractJBossConfigBean.JBossNullConfigBean
All Implemented Interfaces:
javax.enterprise.deploy.spi.DConfigBean
Enclosing class:
AbstractJBossConfigBean

public class AbstractJBossConfigBean.JBossNullConfigBean
extends AbstractJBossConfigBean


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.deployment.spi.beans.AbstractJBossConfigBean
AbstractJBossConfigBean.JBossNullConfigBean
 
Field Summary
 
Fields inherited from class org.jboss.deployment.spi.beans.AbstractJBossConfigBean
children, myBean, myPath, myPropertyListeners, myRoot, xpaths
 
Constructor Summary
AbstractJBossConfigBean.JBossNullConfigBean(javax.enterprise.deploy.model.DDBean bean, javax.enterprise.deploy.spi.DConfigBeanRoot root, ConfigBeanXPaths path)
           
 
Method Summary
protected  ConfigBeanXPaths buildXPathList()
          This bean requires no other xpaths.
 javax.enterprise.deploy.spi.DConfigBean getDConfigBean(javax.enterprise.deploy.model.DDBean bean)
          All children attempts will return null.
 
Methods inherited from class org.jboss.deployment.spi.beans.AbstractJBossConfigBean
addPropertyChangeListener, death, getDDBean, getPath, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJBossConfigBean.JBossNullConfigBean

public AbstractJBossConfigBean.JBossNullConfigBean(javax.enterprise.deploy.model.DDBean bean,
                                                   javax.enterprise.deploy.spi.DConfigBeanRoot root,
                                                   ConfigBeanXPaths path)
Method Detail

buildXPathList

protected ConfigBeanXPaths buildXPathList()
This bean requires no other xpaths.

Specified by:
buildXPathList in class AbstractJBossConfigBean

getDConfigBean

public javax.enterprise.deploy.spi.DConfigBean getDConfigBean(javax.enterprise.deploy.model.DDBean bean)
                                                       throws javax.enterprise.deploy.spi.exceptions.ConfigurationException
All children attempts will return null.

Specified by:
getDConfigBean in interface javax.enterprise.deploy.spi.DConfigBean
Overrides:
getDConfigBean in class AbstractJBossConfigBean
Throws:
javax.enterprise.deploy.spi.exceptions.ConfigurationException


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