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

Packages that use GerAbstractNamingEntryType
org.apache.geronimo.openejb.xbeans.ejbjar   
org.apache.geronimo.openejb.xbeans.ejbjar.impl   
org.apache.geronimo.xbeans.geronimo.naming   
org.apache.geronimo.xbeans.geronimo.naming.impl   
org.apache.geronimo.xbeans.geronimo.web   
org.apache.geronimo.xbeans.geronimo.web.impl   
org.apache.geronimo.xbeans.geronimo.web.jetty   
org.apache.geronimo.xbeans.geronimo.web.jetty.impl   
org.apache.geronimo.xbeans.geronimo.web.tomcat   
org.apache.geronimo.xbeans.geronimo.web.tomcat.impl   
 

Uses of GerAbstractNamingEntryType in org.apache.geronimo.openejb.xbeans.ejbjar
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar that return GerAbstractNamingEntryType
 GerAbstractNamingEntryType OpenejbGeronimoEjbJarType.addNewAbstractNamingEntry()
          Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element
 GerAbstractNamingEntryType[] OpenejbGeronimoEjbJarType.getAbstractNamingEntryArray()
          Gets array of all "abstract-naming-entry" elements
 GerAbstractNamingEntryType OpenejbGeronimoEjbJarType.getAbstractNamingEntryArray(int i)
          Gets ith "abstract-naming-entry" element
 GerAbstractNamingEntryType OpenejbGeronimoEjbJarType.insertNewAbstractNamingEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar with parameters of type GerAbstractNamingEntryType
 void OpenejbGeronimoEjbJarType.setAbstractNamingEntryArray(GerAbstractNamingEntryType[] abstractNamingEntryArray)
          Sets array of all "abstract-naming-entry" element
 void OpenejbGeronimoEjbJarType.setAbstractNamingEntryArray(int i, GerAbstractNamingEntryType abstractNamingEntry)
          Sets ith "abstract-naming-entry" element
 

Uses of GerAbstractNamingEntryType in org.apache.geronimo.openejb.xbeans.ejbjar.impl
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl that return GerAbstractNamingEntryType
 GerAbstractNamingEntryType OpenejbGeronimoEjbJarTypeImpl.addNewAbstractNamingEntry()
          Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element
 GerAbstractNamingEntryType[] OpenejbGeronimoEjbJarTypeImpl.getAbstractNamingEntryArray()
          Gets array of all "abstract-naming-entry" elements
 GerAbstractNamingEntryType OpenejbGeronimoEjbJarTypeImpl.getAbstractNamingEntryArray(int i)
          Gets ith "abstract-naming-entry" element
 GerAbstractNamingEntryType OpenejbGeronimoEjbJarTypeImpl.insertNewAbstractNamingEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl with parameters of type GerAbstractNamingEntryType
 void OpenejbGeronimoEjbJarTypeImpl.setAbstractNamingEntryArray(GerAbstractNamingEntryType[] abstractNamingEntryArray)
          Sets array of all "abstract-naming-entry" element
 void OpenejbGeronimoEjbJarTypeImpl.setAbstractNamingEntryArray(int i, GerAbstractNamingEntryType abstractNamingEntry)
          Sets ith "abstract-naming-entry" element
 

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

Subinterfaces of GerAbstractNamingEntryType in org.apache.geronimo.xbeans.geronimo.naming
 interface GerGbeanRefType
          An XML gbean-refType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 interface GerPersistenceContextRefType
          An XML persistence-context-refType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 interface GerPersistenceUnitRefType
          An XML persistence-unit-refType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.naming that return GerAbstractNamingEntryType
 GerAbstractNamingEntryType GerAbstractNamingEntryDocument.addNewAbstractNamingEntry()
          Appends and returns a new empty "abstract-naming-entry" element
 GerAbstractNamingEntryType GerAbstractNamingEntryDocument.getAbstractNamingEntry()
          Gets the "abstract-naming-entry" element
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(File file)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(InputStream is)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(Node node)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(Reader r)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(String xmlAsString)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(URL u)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(XMLStreamReader sr)
           
static GerAbstractNamingEntryType GerAbstractNamingEntryType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerAbstractNamingEntryType
 void GerAbstractNamingEntryDocument.setAbstractNamingEntry(GerAbstractNamingEntryType abstractNamingEntry)
          Sets the "abstract-naming-entry" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerAbstractNamingEntryType
 class GerAbstractNamingEntryTypeImpl
          An XML abstract-naming-entryType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 class GerGbeanRefTypeImpl
          An XML gbean-refType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 class GerPersistenceContextRefTypeImpl
          An XML persistence-context-refType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 class GerPersistenceUnitRefTypeImpl
          An XML persistence-unit-refType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerAbstractNamingEntryType
 GerAbstractNamingEntryType GerAbstractNamingEntryDocumentImpl.addNewAbstractNamingEntry()
          Appends and returns a new empty "abstract-naming-entry" element
 GerAbstractNamingEntryType GerAbstractNamingEntryDocumentImpl.getAbstractNamingEntry()
          Gets the "abstract-naming-entry" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerAbstractNamingEntryType
 void GerAbstractNamingEntryDocumentImpl.setAbstractNamingEntry(GerAbstractNamingEntryType abstractNamingEntry)
          Sets the "abstract-naming-entry" element
 

Uses of GerAbstractNamingEntryType in org.apache.geronimo.xbeans.geronimo.web
 

Methods in org.apache.geronimo.xbeans.geronimo.web that return GerAbstractNamingEntryType
 GerAbstractNamingEntryType GerWebAppType.addNewAbstractNamingEntry()
          Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element
 GerAbstractNamingEntryType[] GerWebAppType.getAbstractNamingEntryArray()
          Gets array of all "abstract-naming-entry" elements
 GerAbstractNamingEntryType GerWebAppType.getAbstractNamingEntryArray(int i)
          Gets ith "abstract-naming-entry" element
 GerAbstractNamingEntryType GerWebAppType.insertNewAbstractNamingEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web with parameters of type GerAbstractNamingEntryType
 void GerWebAppType.setAbstractNamingEntryArray(GerAbstractNamingEntryType[] abstractNamingEntryArray)
          Sets array of all "abstract-naming-entry" element
 void GerWebAppType.setAbstractNamingEntryArray(int i, GerAbstractNamingEntryType abstractNamingEntry)
          Sets ith "abstract-naming-entry" element
 

Uses of GerAbstractNamingEntryType in org.apache.geronimo.xbeans.geronimo.web.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.web.impl that return GerAbstractNamingEntryType
 GerAbstractNamingEntryType GerWebAppTypeImpl.addNewAbstractNamingEntry()
          Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element
 GerAbstractNamingEntryType[] GerWebAppTypeImpl.getAbstractNamingEntryArray()
          Gets array of all "abstract-naming-entry" elements
 GerAbstractNamingEntryType GerWebAppTypeImpl.getAbstractNamingEntryArray(int i)
          Gets ith "abstract-naming-entry" element
 GerAbstractNamingEntryType GerWebAppTypeImpl.insertNewAbstractNamingEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.impl with parameters of type GerAbstractNamingEntryType
 void GerWebAppTypeImpl.setAbstractNamingEntryArray(GerAbstractNamingEntryType[] abstractNamingEntryArray)
          Sets array of all "abstract-naming-entry" element
 void GerWebAppTypeImpl.setAbstractNamingEntryArray(int i, GerAbstractNamingEntryType abstractNamingEntry)
          Sets ith "abstract-naming-entry" element
 

Uses of GerAbstractNamingEntryType in org.apache.geronimo.xbeans.geronimo.web.jetty
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty that return GerAbstractNamingEntryType
 GerAbstractNamingEntryType JettyWebAppType.addNewAbstractNamingEntry()
          Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element
 GerAbstractNamingEntryType[] JettyWebAppType.getAbstractNamingEntryArray()
          Gets array of all "abstract-naming-entry" elements
 GerAbstractNamingEntryType JettyWebAppType.getAbstractNamingEntryArray(int i)
          Gets ith "abstract-naming-entry" element
 GerAbstractNamingEntryType JettyWebAppType.insertNewAbstractNamingEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty with parameters of type GerAbstractNamingEntryType
 void JettyWebAppType.setAbstractNamingEntryArray(GerAbstractNamingEntryType[] abstractNamingEntryArray)
          Sets array of all "abstract-naming-entry" element
 void JettyWebAppType.setAbstractNamingEntryArray(int i, GerAbstractNamingEntryType abstractNamingEntry)
          Sets ith "abstract-naming-entry" element
 

Uses of GerAbstractNamingEntryType in org.apache.geronimo.xbeans.geronimo.web.jetty.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.impl that return GerAbstractNamingEntryType
 GerAbstractNamingEntryType JettyWebAppTypeImpl.addNewAbstractNamingEntry()
          Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element
 GerAbstractNamingEntryType[] JettyWebAppTypeImpl.getAbstractNamingEntryArray()
          Gets array of all "abstract-naming-entry" elements
 GerAbstractNamingEntryType JettyWebAppTypeImpl.getAbstractNamingEntryArray(int i)
          Gets ith "abstract-naming-entry" element
 GerAbstractNamingEntryType JettyWebAppTypeImpl.insertNewAbstractNamingEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.impl with parameters of type GerAbstractNamingEntryType
 void JettyWebAppTypeImpl.setAbstractNamingEntryArray(GerAbstractNamingEntryType[] abstractNamingEntryArray)
          Sets array of all "abstract-naming-entry" element
 void JettyWebAppTypeImpl.setAbstractNamingEntryArray(int i, GerAbstractNamingEntryType abstractNamingEntry)
          Sets ith "abstract-naming-entry" element
 

Uses of GerAbstractNamingEntryType in org.apache.geronimo.xbeans.geronimo.web.tomcat
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat that return GerAbstractNamingEntryType
 GerAbstractNamingEntryType TomcatWebAppType.addNewAbstractNamingEntry()
          Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element
 GerAbstractNamingEntryType[] TomcatWebAppType.getAbstractNamingEntryArray()
          Gets array of all "abstract-naming-entry" elements
 GerAbstractNamingEntryType TomcatWebAppType.getAbstractNamingEntryArray(int i)
          Gets ith "abstract-naming-entry" element
 GerAbstractNamingEntryType TomcatWebAppType.insertNewAbstractNamingEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat with parameters of type GerAbstractNamingEntryType
 void TomcatWebAppType.setAbstractNamingEntryArray(GerAbstractNamingEntryType[] abstractNamingEntryArray)
          Sets array of all "abstract-naming-entry" element
 void TomcatWebAppType.setAbstractNamingEntryArray(int i, GerAbstractNamingEntryType abstractNamingEntry)
          Sets ith "abstract-naming-entry" element
 

Uses of GerAbstractNamingEntryType in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl that return GerAbstractNamingEntryType
 GerAbstractNamingEntryType TomcatWebAppTypeImpl.addNewAbstractNamingEntry()
          Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element
 GerAbstractNamingEntryType[] TomcatWebAppTypeImpl.getAbstractNamingEntryArray()
          Gets array of all "abstract-naming-entry" elements
 GerAbstractNamingEntryType TomcatWebAppTypeImpl.getAbstractNamingEntryArray(int i)
          Gets ith "abstract-naming-entry" element
 GerAbstractNamingEntryType TomcatWebAppTypeImpl.insertNewAbstractNamingEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl with parameters of type GerAbstractNamingEntryType
 void TomcatWebAppTypeImpl.setAbstractNamingEntryArray(GerAbstractNamingEntryType[] abstractNamingEntryArray)
          Sets array of all "abstract-naming-entry" element
 void TomcatWebAppTypeImpl.setAbstractNamingEntryArray(int i, GerAbstractNamingEntryType abstractNamingEntry)
          Sets ith "abstract-naming-entry" element
 



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