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

java.lang.Object
  extended byorg.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended byorg.apache.geronimo.connector.deployment.dconfigbean.AdminObjectInstance

public class AdminObjectInstance
extends XmlBeanSupport

Version:
$Rev: 46019 $ $Date: 2004-09-14 05:56:06 -0400 (Tue, 14 Sep 2004) $

Field Summary
private  javax.enterprise.deploy.model.XpathListener configListener
           
private  ConfigPropertySettings[] configs
           
private  AdminObjectDConfigBean parent
           
private static org.apache.xmlbeans.SchemaTypeLoader SCHEMA_TYPE_LOADER
           
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
AdminObjectInstance()
           
 
Method Summary
(package private)  void dispose()
           
(package private)  org.apache.geronimo.xbeans.geronimo.GerAdminobjectInstanceType getAdminobjectInstance()
           
 ConfigPropertySettings[] getConfigProperty()
           
 java.lang.String getMessageDestinationName()
           
(package private)  boolean hasParent()
           
(package private)  void initialize(org.apache.geronimo.xbeans.geronimo.GerAdminobjectInstanceType xmlObject, AdminObjectDConfigBean parent)
           
private  void setConfigProperty(ConfigPropertySettings[] configs)
           
 void setMessageDestinationName(java.lang.String messageDestinationName)
           
 
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
addPropertyChangeListener, fromXML, getSchemaTypeLoader, getXmlObject, removePropertyChangeListener, setXmlObject, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEMA_TYPE_LOADER

private static final org.apache.xmlbeans.SchemaTypeLoader SCHEMA_TYPE_LOADER

parent

private AdminObjectDConfigBean parent

configs

private ConfigPropertySettings[] configs

configListener

private javax.enterprise.deploy.model.XpathListener configListener
Constructor Detail

AdminObjectInstance

public AdminObjectInstance()
Method Detail

initialize

void initialize(org.apache.geronimo.xbeans.geronimo.GerAdminobjectInstanceType xmlObject,
                AdminObjectDConfigBean parent)

hasParent

boolean hasParent()

dispose

void dispose()

getAdminobjectInstance

org.apache.geronimo.xbeans.geronimo.GerAdminobjectInstanceType getAdminobjectInstance()

getConfigProperty

public ConfigPropertySettings[] getConfigProperty()

setConfigProperty

private void setConfigProperty(ConfigPropertySettings[] configs)

getMessageDestinationName

public java.lang.String getMessageDestinationName()

setMessageDestinationName

public void setMessageDestinationName(java.lang.String messageDestinationName)


Copyright © 2005 Apache Software Foundation. All Rights Reserved.