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

Packages that use GerPersistenceContextTypeType
org.apache.geronimo.xbeans.geronimo.naming   
org.apache.geronimo.xbeans.geronimo.naming.impl   
 

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

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerPersistenceContextTypeType
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.newInstance()
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.newValue(Object obj)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(File file)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(InputStream is)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(Node node)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(Reader r)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(String xmlAsString)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(URL u)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(XMLStreamReader sr)
           
static GerPersistenceContextTypeType GerPersistenceContextTypeType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 GerPersistenceContextTypeType GerPersistenceContextRefType.xgetPersistenceContextType()
          Gets (as xml) the "persistence-context-type" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerPersistenceContextTypeType
 void GerPersistenceContextRefType.xsetPersistenceContextType(GerPersistenceContextTypeType persistenceContextType)
          Sets (as xml) the "persistence-context-type" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerPersistenceContextTypeType
 class GerPersistenceContextTypeTypeImpl
          An XML persistence-context-typeType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerPersistenceContextTypeType
 GerPersistenceContextTypeType GerPersistenceContextRefTypeImpl.xgetPersistenceContextType()
          Gets (as xml) the "persistence-context-type" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerPersistenceContextTypeType
 void GerPersistenceContextRefTypeImpl.xsetPersistenceContextType(GerPersistenceContextTypeType persistenceContextType)
          Sets (as xml) the "persistence-context-type" element
 



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