org.apache.geronimo.connector.deployment.dconfigbean
Class AdminObjectDConfigBean

java.lang.Object
  extended byorg.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended byorg.apache.geronimo.deployment.plugin.DConfigBeanSupport
          extended byorg.apache.geronimo.connector.deployment.dconfigbean.AdminObjectDConfigBean
All Implemented Interfaces:
javax.enterprise.deploy.spi.DConfigBean

public class AdminObjectDConfigBean
extends DConfigBeanSupport

Version:
$Rev: 123327 $ $Date: 2004-12-25 02:34:42 -0500 (Sat, 25 Dec 2004) $

Field Summary
private  AdminObjectInstance[] instances
           
 
Fields inherited from class org.apache.geronimo.deployment.plugin.DConfigBeanSupport
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
AdminObjectDConfigBean(javax.enterprise.deploy.model.DDBean ddBean, org.apache.geronimo.xbeans.geronimo.GerAdminobjectType adminObject)
           
 
Method Summary
(package private)  org.apache.geronimo.xbeans.geronimo.GerAdminobjectType getAdminObject()
           
 AdminObjectInstance[] getAdminObjectInstance()
           
protected  org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
           
 void setAdminObjectInstance(AdminObjectInstance[] instances)
           
 
Methods inherited from class org.apache.geronimo.deployment.plugin.DConfigBeanSupport
getDConfigBean, getDDBean, getXpaths, getXPathsForJ2ee_1_4, getXPathsFromNamespace, getXPathsWithPrefix, notifyDDChange, removeDConfigBean, setParent
 
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
addPropertyChangeListener, fromXML, getXmlObject, removePropertyChangeListener, setXmlObject, toXML
 
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, removePropertyChangeListener
 

Field Detail

instances

private AdminObjectInstance[] instances
Constructor Detail

AdminObjectDConfigBean

public AdminObjectDConfigBean(javax.enterprise.deploy.model.DDBean ddBean,
                              org.apache.geronimo.xbeans.geronimo.GerAdminobjectType adminObject)
Method Detail

getAdminObject

org.apache.geronimo.xbeans.geronimo.GerAdminobjectType getAdminObject()

getAdminObjectInstance

public AdminObjectInstance[] getAdminObjectInstance()

setAdminObjectInstance

public void setAdminObjectInstance(AdminObjectInstance[] instances)

getSchemaTypeLoader

protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
Overrides:
getSchemaTypeLoader in class XmlBeanSupport


Copyright © 2005 Apache Software Foundation. All Rights Reserved.