Uses of Interface
org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType

Packages that use GerConfigPropertySettingType
org.apache.geronimo.connector.deployment.dconfigbean   
org.apache.geronimo.connector.deployment.jsr88   
org.apache.geronimo.xbeans.geronimo   
org.apache.geronimo.xbeans.geronimo.impl   
 

Uses of GerConfigPropertySettingType in org.apache.geronimo.connector.deployment.dconfigbean
 

Methods in org.apache.geronimo.connector.deployment.dconfigbean that return GerConfigPropertySettingType
 GerConfigPropertySettingType ConfigPropertiesHelper.ConfigPropertiesSource.addNewConfigPropertySetting()
           
 GerConfigPropertySettingType[] ConfigPropertiesHelper.ConfigPropertiesSource.getConfigPropertySettingArray()
           
 

Constructors in org.apache.geronimo.connector.deployment.dconfigbean with parameters of type GerConfigPropertySettingType
ConfigPropertySettingDConfigBean(DDBean ddBean, GerConfigPropertySettingType configPropertySetting)
           
 

Uses of GerConfigPropertySettingType in org.apache.geronimo.connector.deployment.jsr88
 

Methods in org.apache.geronimo.connector.deployment.jsr88 that return GerConfigPropertySettingType
protected  GerConfigPropertySettingType AdminObjectInstance.createConfigProperty()
           
protected abstract  GerConfigPropertySettingType ConfigHolder.createConfigProperty()
           
protected  GerConfigPropertySettingType ConnectionDefinitionInstance.createConfigProperty()
           
protected  GerConfigPropertySettingType ResourceAdapterInstance.createConfigProperty()
           
protected  GerConfigPropertySettingType[] AdminObjectInstance.getConfigProperties()
           
protected abstract  GerConfigPropertySettingType[] ConfigHolder.getConfigProperties()
           
protected  GerConfigPropertySettingType[] ConnectionDefinitionInstance.getConfigProperties()
           
protected  GerConfigPropertySettingType[] ResourceAdapterInstance.getConfigProperties()
           
protected  GerConfigPropertySettingType ConfigPropertySetting.getPropertySetting()
           
 

Constructors in org.apache.geronimo.connector.deployment.jsr88 with parameters of type GerConfigPropertySettingType
ConfigPropertySetting(DDBean configProperty, GerConfigPropertySettingType property, boolean setDefault)
           
 

Uses of GerConfigPropertySettingType in org.apache.geronimo.xbeans.geronimo
 

Methods in org.apache.geronimo.xbeans.geronimo that return GerConfigPropertySettingType
 GerConfigPropertySettingType GerResourceadapterInstanceType.addNewConfigPropertySetting()
          Appends and returns a new empty value (as xml) as the last "config-property-setting" element
 GerConfigPropertySettingType GerConnectiondefinitionInstanceType.addNewConfigPropertySetting()
          Appends and returns a new empty value (as xml) as the last "config-property-setting" element
 GerConfigPropertySettingType GerAdminobjectInstanceType.addNewConfigPropertySetting()
          Appends and returns a new empty value (as xml) as the last "config-property-setting" element
 GerConfigPropertySettingType[] GerResourceadapterInstanceType.getConfigPropertySettingArray()
          Gets array of all "config-property-setting" elements
 GerConfigPropertySettingType[] GerConnectiondefinitionInstanceType.getConfigPropertySettingArray()
          Gets array of all "config-property-setting" elements
 GerConfigPropertySettingType[] GerAdminobjectInstanceType.getConfigPropertySettingArray()
          Gets array of all "config-property-setting" elements
 GerConfigPropertySettingType GerResourceadapterInstanceType.getConfigPropertySettingArray(int i)
          Gets ith "config-property-setting" element
 GerConfigPropertySettingType GerConnectiondefinitionInstanceType.getConfigPropertySettingArray(int i)
          Gets ith "config-property-setting" element
 GerConfigPropertySettingType GerAdminobjectInstanceType.getConfigPropertySettingArray(int i)
          Gets ith "config-property-setting" element
 GerConfigPropertySettingType GerResourceadapterInstanceType.insertNewConfigPropertySetting(int i)
          Inserts and returns a new empty value (as xml) as the ith "config-property-setting" element
 GerConfigPropertySettingType GerConnectiondefinitionInstanceType.insertNewConfigPropertySetting(int i)
          Inserts and returns a new empty value (as xml) as the ith "config-property-setting" element
 GerConfigPropertySettingType GerAdminobjectInstanceType.insertNewConfigPropertySetting(int i)
          Inserts and returns a new empty value (as xml) as the ith "config-property-setting" element
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.newInstance()
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(File file)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(InputStream is)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(Node node)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(Reader r)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(String xmlAsString)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(URL u)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(XMLStreamReader sr)
           
static GerConfigPropertySettingType GerConfigPropertySettingType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo with parameters of type GerConfigPropertySettingType
 void GerResourceadapterInstanceType.setConfigPropertySettingArray(GerConfigPropertySettingType[] configPropertySettingArray)
          Sets array of all "config-property-setting" element
 void GerConnectiondefinitionInstanceType.setConfigPropertySettingArray(GerConfigPropertySettingType[] configPropertySettingArray)
          Sets array of all "config-property-setting" element
 void GerAdminobjectInstanceType.setConfigPropertySettingArray(GerConfigPropertySettingType[] configPropertySettingArray)
          Sets array of all "config-property-setting" element
 void GerResourceadapterInstanceType.setConfigPropertySettingArray(int i, GerConfigPropertySettingType configPropertySetting)
          Sets ith "config-property-setting" element
 void GerConnectiondefinitionInstanceType.setConfigPropertySettingArray(int i, GerConfigPropertySettingType configPropertySetting)
          Sets ith "config-property-setting" element
 void GerAdminobjectInstanceType.setConfigPropertySettingArray(int i, GerConfigPropertySettingType configPropertySetting)
          Sets ith "config-property-setting" element
 

Uses of GerConfigPropertySettingType in org.apache.geronimo.xbeans.geronimo.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.impl that implement GerConfigPropertySettingType
 class GerConfigPropertySettingTypeImpl
          An XML config-property-settingType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.impl that return GerConfigPropertySettingType
 GerConfigPropertySettingType GerResourceadapterInstanceTypeImpl.addNewConfigPropertySetting()
          Appends and returns a new empty value (as xml) as the last "config-property-setting" element
 GerConfigPropertySettingType GerConnectiondefinitionInstanceTypeImpl.addNewConfigPropertySetting()
          Appends and returns a new empty value (as xml) as the last "config-property-setting" element
 GerConfigPropertySettingType GerAdminobjectInstanceTypeImpl.addNewConfigPropertySetting()
          Appends and returns a new empty value (as xml) as the last "config-property-setting" element
 GerConfigPropertySettingType[] GerResourceadapterInstanceTypeImpl.getConfigPropertySettingArray()
          Gets array of all "config-property-setting" elements
 GerConfigPropertySettingType[] GerConnectiondefinitionInstanceTypeImpl.getConfigPropertySettingArray()
          Gets array of all "config-property-setting" elements
 GerConfigPropertySettingType[] GerAdminobjectInstanceTypeImpl.getConfigPropertySettingArray()
          Gets array of all "config-property-setting" elements
 GerConfigPropertySettingType GerResourceadapterInstanceTypeImpl.getConfigPropertySettingArray(int i)
          Gets ith "config-property-setting" element
 GerConfigPropertySettingType GerConnectiondefinitionInstanceTypeImpl.getConfigPropertySettingArray(int i)
          Gets ith "config-property-setting" element
 GerConfigPropertySettingType GerAdminobjectInstanceTypeImpl.getConfigPropertySettingArray(int i)
          Gets ith "config-property-setting" element
 GerConfigPropertySettingType GerResourceadapterInstanceTypeImpl.insertNewConfigPropertySetting(int i)
          Inserts and returns a new empty value (as xml) as the ith "config-property-setting" element
 GerConfigPropertySettingType GerConnectiondefinitionInstanceTypeImpl.insertNewConfigPropertySetting(int i)
          Inserts and returns a new empty value (as xml) as the ith "config-property-setting" element
 GerConfigPropertySettingType GerAdminobjectInstanceTypeImpl.insertNewConfigPropertySetting(int i)
          Inserts and returns a new empty value (as xml) as the ith "config-property-setting" element
 

Methods in org.apache.geronimo.xbeans.geronimo.impl with parameters of type GerConfigPropertySettingType
 void GerResourceadapterInstanceTypeImpl.setConfigPropertySettingArray(GerConfigPropertySettingType[] configPropertySettingArray)
          Sets array of all "config-property-setting" element
 void GerConnectiondefinitionInstanceTypeImpl.setConfigPropertySettingArray(GerConfigPropertySettingType[] configPropertySettingArray)
          Sets array of all "config-property-setting" element
 void GerAdminobjectInstanceTypeImpl.setConfigPropertySettingArray(GerConfigPropertySettingType[] configPropertySettingArray)
          Sets array of all "config-property-setting" element
 void GerResourceadapterInstanceTypeImpl.setConfigPropertySettingArray(int i, GerConfigPropertySettingType configPropertySetting)
          Sets ith "config-property-setting" element
 void GerConnectiondefinitionInstanceTypeImpl.setConfigPropertySettingArray(int i, GerConfigPropertySettingType configPropertySetting)
          Sets ith "config-property-setting" element
 void GerAdminobjectInstanceTypeImpl.setConfigPropertySettingArray(int i, GerConfigPropertySettingType configPropertySetting)
          Sets ith "config-property-setting" element
 



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