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

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

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

Methods in org.apache.geronimo.connector.deployment.jsr88 that return GerPartitionedpoolType
protected  GerPartitionedpoolType PartitionedPool.getPool()
           
 

Constructors in org.apache.geronimo.connector.deployment.jsr88 with parameters of type GerPartitionedpoolType
PartitionedPool(GerPartitionedpoolType pool)
           
 

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

Methods in org.apache.geronimo.xbeans.geronimo that return GerPartitionedpoolType
 GerPartitionedpoolType GerConnectionmanagerType.addNewPartitionedPool()
          Appends and returns a new empty "partitioned-pool" element
 GerPartitionedpoolType GerConnectionmanagerType.getPartitionedPool()
          Gets the "partitioned-pool" element
static GerPartitionedpoolType GerPartitionedpoolType.Factory.newInstance()
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(File file)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(InputStream is)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(Node node)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(Reader r)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(String xmlAsString)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(URL u)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(XMLStreamReader sr)
           
static GerPartitionedpoolType GerPartitionedpoolType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo with parameters of type GerPartitionedpoolType
 void GerConnectionmanagerType.setPartitionedPool(GerPartitionedpoolType partitionedPool)
          Sets the "partitioned-pool" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.impl that implement GerPartitionedpoolType
 class GerPartitionedpoolTypeImpl
          An XML partitionedpoolType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.impl that return GerPartitionedpoolType
 GerPartitionedpoolType GerConnectionmanagerTypeImpl.addNewPartitionedPool()
          Appends and returns a new empty "partitioned-pool" element
 GerPartitionedpoolType GerConnectionmanagerTypeImpl.getPartitionedPool()
          Gets the "partitioned-pool" element
 

Methods in org.apache.geronimo.xbeans.geronimo.impl with parameters of type GerPartitionedpoolType
 void GerConnectionmanagerTypeImpl.setPartitionedPool(GerPartitionedpoolType partitionedPool)
          Sets the "partitioned-pool" element
 



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