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

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

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

Methods in org.apache.geronimo.connector.deployment.jsr88 that return GerConnectionmanagerType
protected  GerConnectionmanagerType ConnectionManager.getManager()
           
 

Constructors in org.apache.geronimo.connector.deployment.jsr88 with parameters of type GerConnectionmanagerType
ConnectionManager(DDBean outboundRA, GerConnectionmanagerType manager)
           
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo with parameters of type GerConnectionmanagerType
 void GerConnectiondefinitionInstanceType.setConnectionmanager(GerConnectionmanagerType connectionmanager)
          Sets the "connectionmanager" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.impl that return GerConnectionmanagerType
 GerConnectionmanagerType GerConnectiondefinitionInstanceTypeImpl.addNewConnectionmanager()
          Appends and returns a new empty "connectionmanager" element
 GerConnectionmanagerType GerConnectiondefinitionInstanceTypeImpl.getConnectionmanager()
          Gets the "connectionmanager" element
 

Methods in org.apache.geronimo.xbeans.geronimo.impl with parameters of type GerConnectionmanagerType
 void GerConnectiondefinitionInstanceTypeImpl.setConnectionmanager(GerConnectionmanagerType connectionmanager)
          Sets the "connectionmanager" element
 



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