Uses of Interface
org.apache.geronimo.xbeans.geronimo.naming.GerGbeanRefType

Packages that use GerGbeanRefType
org.apache.geronimo.xbeans.geronimo   
org.apache.geronimo.xbeans.geronimo.client   
org.apache.geronimo.xbeans.geronimo.client.impl   
org.apache.geronimo.xbeans.geronimo.impl   
org.apache.geronimo.xbeans.geronimo.naming   
org.apache.geronimo.xbeans.geronimo.naming.impl   
 

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

Methods in org.apache.geronimo.xbeans.geronimo that return GerGbeanRefType
 GerGbeanRefType GerClusteringWadiType.addNewBackingStrategyFactory()
          Appends and returns a new empty "backing-strategy-factory" element
 GerGbeanRefType GerClusteringWadiType.addNewCluster()
          Appends and returns a new empty "cluster" element
 GerGbeanRefType GerClusteringWadiType.getBackingStrategyFactory()
          Gets the "backing-strategy-factory" element
 GerGbeanRefType GerClusteringWadiType.getCluster()
          Gets the "cluster" element
 

Methods in org.apache.geronimo.xbeans.geronimo with parameters of type GerGbeanRefType
 void GerClusteringWadiType.setBackingStrategyFactory(GerGbeanRefType backingStrategyFactory)
          Sets the "backing-strategy-factory" element
 void GerClusteringWadiType.setCluster(GerGbeanRefType cluster)
          Sets the "cluster" element
 

Uses of GerGbeanRefType in org.apache.geronimo.xbeans.geronimo.client
 

Methods in org.apache.geronimo.xbeans.geronimo.client that return GerGbeanRefType
 GerGbeanRefType GerApplicationClientType.addNewGbeanRef()
          Appends and returns a new empty value (as xml) as the last "gbean-ref" element
 GerGbeanRefType[] GerApplicationClientType.getGbeanRefArray()
          Gets array of all "gbean-ref" elements
 GerGbeanRefType GerApplicationClientType.getGbeanRefArray(int i)
          Gets ith "gbean-ref" element
 GerGbeanRefType GerApplicationClientType.insertNewGbeanRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "gbean-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client with parameters of type GerGbeanRefType
 void GerApplicationClientType.setGbeanRefArray(GerGbeanRefType[] gbeanRefArray)
          Sets array of all "gbean-ref" element
 void GerApplicationClientType.setGbeanRefArray(int i, GerGbeanRefType gbeanRef)
          Sets ith "gbean-ref" element
 

Uses of GerGbeanRefType in org.apache.geronimo.xbeans.geronimo.client.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl that return GerGbeanRefType
 GerGbeanRefType GerApplicationClientTypeImpl.addNewGbeanRef()
          Appends and returns a new empty value (as xml) as the last "gbean-ref" element
 GerGbeanRefType[] GerApplicationClientTypeImpl.getGbeanRefArray()
          Gets array of all "gbean-ref" elements
 GerGbeanRefType GerApplicationClientTypeImpl.getGbeanRefArray(int i)
          Gets ith "gbean-ref" element
 GerGbeanRefType GerApplicationClientTypeImpl.insertNewGbeanRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "gbean-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl with parameters of type GerGbeanRefType
 void GerApplicationClientTypeImpl.setGbeanRefArray(GerGbeanRefType[] gbeanRefArray)
          Sets array of all "gbean-ref" element
 void GerApplicationClientTypeImpl.setGbeanRefArray(int i, GerGbeanRefType gbeanRef)
          Sets ith "gbean-ref" element
 

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

Methods in org.apache.geronimo.xbeans.geronimo.impl that return GerGbeanRefType
 GerGbeanRefType GerClusteringWadiTypeImpl.addNewBackingStrategyFactory()
          Appends and returns a new empty "backing-strategy-factory" element
 GerGbeanRefType GerClusteringWadiTypeImpl.addNewCluster()
          Appends and returns a new empty "cluster" element
 GerGbeanRefType GerClusteringWadiTypeImpl.getBackingStrategyFactory()
          Gets the "backing-strategy-factory" element
 GerGbeanRefType GerClusteringWadiTypeImpl.getCluster()
          Gets the "cluster" element
 

Methods in org.apache.geronimo.xbeans.geronimo.impl with parameters of type GerGbeanRefType
 void GerClusteringWadiTypeImpl.setBackingStrategyFactory(GerGbeanRefType backingStrategyFactory)
          Sets the "backing-strategy-factory" element
 void GerClusteringWadiTypeImpl.setCluster(GerGbeanRefType cluster)
          Sets the "cluster" element
 

Uses of GerGbeanRefType in org.apache.geronimo.xbeans.geronimo.naming
 

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerGbeanRefType
 GerGbeanRefType GerGbeanRefDocument.addNewGbeanRef()
          Appends and returns a new empty "gbean-ref" element
 GerGbeanRefType GerGbeanRefDocument.getGbeanRef()
          Gets the "gbean-ref" element
static GerGbeanRefType GerGbeanRefType.Factory.newInstance()
           
static GerGbeanRefType GerGbeanRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(File file)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(InputStream is)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(Node node)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(Reader r)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(String xmlAsString)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(URL u)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerGbeanRefType GerGbeanRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerGbeanRefType GerGbeanRefType.Factory.parse(XMLStreamReader sr)
           
static GerGbeanRefType GerGbeanRefType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerGbeanRefType
 void GerGbeanRefDocument.setGbeanRef(GerGbeanRefType gbeanRef)
          Sets the "gbean-ref" element
 

Uses of GerGbeanRefType in org.apache.geronimo.xbeans.geronimo.naming.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerGbeanRefType
 class GerGbeanRefTypeImpl
          An XML gbean-refType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerGbeanRefType
 GerGbeanRefType GerGbeanRefDocumentImpl.addNewGbeanRef()
          Appends and returns a new empty "gbean-ref" element
 GerGbeanRefType GerGbeanRefDocumentImpl.getGbeanRef()
          Gets the "gbean-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerGbeanRefType
 void GerGbeanRefDocumentImpl.setGbeanRef(GerGbeanRefType gbeanRef)
          Sets the "gbean-ref" element
 



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