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

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended by org.apache.geronimo.connector.deployment.jsr88.ConfigHolder
          extended by org.apache.geronimo.connector.deployment.jsr88.AdminObjectInstance

public class AdminObjectInstance
extends ConfigHolder

Represents /connector/adminobject/adminobject-instance in the Geronimo Connector deployment plan.


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
AdminObjectInstance()
           
AdminObjectInstance(DDBean adminObject, GerAdminobjectInstanceType instance)
           
 
Method Summary
protected  GerConfigPropertySettingType createConfigProperty()
           
protected  GerAdminobjectInstanceType getAdminInstance()
           
protected  GerConfigPropertySettingType[] getConfigProperties()
           
 String getMessageDestinationName()
           
protected  org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
           
 void reconfigure()
           
protected  void removeConfigProperty(int index)
           
 void setMessageDestinationName(String name)
           
 
Methods inherited from class org.apache.geronimo.connector.deployment.jsr88.ConfigHolder
clearNullSettings, configure, getConfigPropertySetting, getConfigPropertySetting
 
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
addPropertyChangeListener, configured, fromXML, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminObjectInstance

public AdminObjectInstance()

AdminObjectInstance

public AdminObjectInstance(DDBean adminObject,
                           GerAdminobjectInstanceType instance)
Method Detail

getAdminInstance

protected GerAdminobjectInstanceType getAdminInstance()

reconfigure

public void reconfigure()
Specified by:
reconfigure in class ConfigHolder

createConfigProperty

protected GerConfigPropertySettingType createConfigProperty()
Specified by:
createConfigProperty in class ConfigHolder

getConfigProperties

protected GerConfigPropertySettingType[] getConfigProperties()
Specified by:
getConfigProperties in class ConfigHolder

removeConfigProperty

protected void removeConfigProperty(int index)
Specified by:
removeConfigProperty in class ConfigHolder

getMessageDestinationName

public String getMessageDestinationName()

setMessageDestinationName

public void setMessageDestinationName(String name)

getSchemaTypeLoader

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


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.