org.apache.geronimo.connector.deployment.jsr88
Class ConfigHolder
java.lang.Object
org.apache.geronimo.deployment.plugin.XmlBeanSupport
org.apache.geronimo.connector.deployment.jsr88.ConfigHolder
- Direct Known Subclasses:
- AdminObjectInstance, ConnectionDefinitionInstance, ResourceAdapterInstance
- public abstract class ConfigHolder
- extends org.apache.geronimo.deployment.plugin.XmlBeanSupport
Base class for beans that hold an array of config property settings.
- Version:
- $Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport |
pcs |
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport |
addPropertyChangeListener, configured, fromXML, getSchemaTypeLoader, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigHolder
public ConfigHolder()
clearNullSettings
public void clearNullSettings()
configure
protected void configure(javax.enterprise.deploy.model.DDBean ddBean,
org.apache.xmlbeans.XmlObject xml)
getConfigPropertySetting
public ConfigPropertySetting[] getConfigPropertySetting()
getConfigPropertySetting
public ConfigPropertySetting getConfigPropertySetting(int index)
createConfigProperty
protected abstract org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType createConfigProperty()
getConfigProperties
protected abstract org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType[] getConfigProperties()
removeConfigProperty
protected abstract void removeConfigProperty(int index)
reconfigure
public abstract void reconfigure()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.