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

Packages that use GerEjbLocalRefType
org.apache.geronimo.naming.deployment   
org.apache.geronimo.naming.deployment.jsr88   
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 GerEjbLocalRefType in org.apache.geronimo.naming.deployment
 

Methods in org.apache.geronimo.naming.deployment that return GerEjbLocalRefType
 GerEjbLocalRefType[] ENCHelper.XmlEnvRefs.getEjbLocalRefs()
           
 

Constructors in org.apache.geronimo.naming.deployment with parameters of type GerEjbLocalRefType
ENCHelper.XmlEnvRefs(GerEjbRefType[] ejbRefs, GerEjbLocalRefType[] ejbLocalRefs, GerResourceRefType[] resourceRefs, GerResourceEnvRefType[] resourceEnvRefs)
           
 

Uses of GerEjbLocalRefType in org.apache.geronimo.naming.deployment.jsr88
 

Methods in org.apache.geronimo.naming.deployment.jsr88 that return GerEjbLocalRefType
protected  GerEjbLocalRefType EjbLocalRef.getEjbLocalRef()
           
 

Methods in org.apache.geronimo.naming.deployment.jsr88 with parameters of type GerEjbLocalRefType
 void EjbLocalRef.configure(GerEjbLocalRefType xml)
           
 

Constructors in org.apache.geronimo.naming.deployment.jsr88 with parameters of type GerEjbLocalRefType
EjbLocalRef(GerEjbLocalRefType xmlObject)
           
 

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

Methods in org.apache.geronimo.openejb.xbeans.ejbjar that return GerEjbLocalRefType
 GerEjbLocalRefType OpenejbGeronimoEjbJarType.addNewEjbLocalRef()
          Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
 GerEjbLocalRefType[] OpenejbGeronimoEjbJarType.getEjbLocalRefArray()
          Gets array of all "ejb-local-ref" elements
 GerEjbLocalRefType OpenejbGeronimoEjbJarType.getEjbLocalRefArray(int i)
          Gets ith "ejb-local-ref" element
 GerEjbLocalRefType OpenejbGeronimoEjbJarType.insertNewEjbLocalRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar with parameters of type GerEjbLocalRefType
 void OpenejbGeronimoEjbJarType.setEjbLocalRefArray(GerEjbLocalRefType[] ejbLocalRefArray)
          Sets array of all "ejb-local-ref" element
 void OpenejbGeronimoEjbJarType.setEjbLocalRefArray(int i, GerEjbLocalRefType ejbLocalRef)
          Sets ith "ejb-local-ref" element
 

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

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl that return GerEjbLocalRefType
 GerEjbLocalRefType OpenejbGeronimoEjbJarTypeImpl.addNewEjbLocalRef()
          Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
 GerEjbLocalRefType[] OpenejbGeronimoEjbJarTypeImpl.getEjbLocalRefArray()
          Gets array of all "ejb-local-ref" elements
 GerEjbLocalRefType OpenejbGeronimoEjbJarTypeImpl.getEjbLocalRefArray(int i)
          Gets ith "ejb-local-ref" element
 GerEjbLocalRefType OpenejbGeronimoEjbJarTypeImpl.insertNewEjbLocalRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
 

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl with parameters of type GerEjbLocalRefType
 void OpenejbGeronimoEjbJarTypeImpl.setEjbLocalRefArray(GerEjbLocalRefType[] ejbLocalRefArray)
          Sets array of all "ejb-local-ref" element
 void OpenejbGeronimoEjbJarTypeImpl.setEjbLocalRefArray(int i, GerEjbLocalRefType ejbLocalRef)
          Sets ith "ejb-local-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerEjbLocalRefType
 void GerEjbLocalRefDocument.setEjbLocalRef(GerEjbLocalRefType ejbLocalRef)
          Sets the "ejb-local-ref" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.naming.impl that implement GerEjbLocalRefType
 class GerEjbLocalRefTypeImpl
          An XML ejb-local-refType(@http://geronimo.apache.org/xml/ns/naming-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerEjbLocalRefType
 GerEjbLocalRefType GerEjbLocalRefDocumentImpl.addNewEjbLocalRef()
          Appends and returns a new empty "ejb-local-ref" element
 GerEjbLocalRefType GerEjbLocalRefDocumentImpl.getEjbLocalRef()
          Gets the "ejb-local-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerEjbLocalRefType
 void GerEjbLocalRefDocumentImpl.setEjbLocalRef(GerEjbLocalRefType ejbLocalRef)
          Sets the "ejb-local-ref" element
 

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

Methods in org.apache.geronimo.xbeans.geronimo.web that return GerEjbLocalRefType
 GerEjbLocalRefType GerWebAppType.addNewEjbLocalRef()
          Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
 GerEjbLocalRefType[] GerWebAppType.getEjbLocalRefArray()
          Gets array of all "ejb-local-ref" elements
 GerEjbLocalRefType GerWebAppType.getEjbLocalRefArray(int i)
          Gets ith "ejb-local-ref" element
 GerEjbLocalRefType GerWebAppType.insertNewEjbLocalRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web with parameters of type GerEjbLocalRefType
 void GerWebAppType.setEjbLocalRefArray(GerEjbLocalRefType[] ejbLocalRefArray)
          Sets array of all "ejb-local-ref" element
 void GerWebAppType.setEjbLocalRefArray(int i, GerEjbLocalRefType ejbLocalRef)
          Sets ith "ejb-local-ref" element
 

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

Methods in org.apache.geronimo.xbeans.geronimo.web.impl that return GerEjbLocalRefType
 GerEjbLocalRefType GerWebAppTypeImpl.addNewEjbLocalRef()
          Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
 GerEjbLocalRefType[] GerWebAppTypeImpl.getEjbLocalRefArray()
          Gets array of all "ejb-local-ref" elements
 GerEjbLocalRefType GerWebAppTypeImpl.getEjbLocalRefArray(int i)
          Gets ith "ejb-local-ref" element
 GerEjbLocalRefType GerWebAppTypeImpl.insertNewEjbLocalRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.impl with parameters of type GerEjbLocalRefType
 void GerWebAppTypeImpl.setEjbLocalRefArray(GerEjbLocalRefType[] ejbLocalRefArray)
          Sets array of all "ejb-local-ref" element
 void GerWebAppTypeImpl.setEjbLocalRefArray(int i, GerEjbLocalRefType ejbLocalRef)
          Sets ith "ejb-local-ref" element
 

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

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty that return GerEjbLocalRefType
 GerEjbLocalRefType JettyWebAppType.addNewEjbLocalRef()
          Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
 GerEjbLocalRefType[] JettyWebAppType.getEjbLocalRefArray()
          Gets array of all "ejb-local-ref" elements
 GerEjbLocalRefType JettyWebAppType.getEjbLocalRefArray(int i)
          Gets ith "ejb-local-ref" element
 GerEjbLocalRefType JettyWebAppType.insertNewEjbLocalRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty with parameters of type GerEjbLocalRefType
 void JettyWebAppType.setEjbLocalRefArray(GerEjbLocalRefType[] ejbLocalRefArray)
          Sets array of all "ejb-local-ref" element
 void JettyWebAppType.setEjbLocalRefArray(int i, GerEjbLocalRefType ejbLocalRef)
          Sets ith "ejb-local-ref" element
 

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

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.impl that return GerEjbLocalRefType
 GerEjbLocalRefType JettyWebAppTypeImpl.addNewEjbLocalRef()
          Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
 GerEjbLocalRefType[] JettyWebAppTypeImpl.getEjbLocalRefArray()
          Gets array of all "ejb-local-ref" elements
 GerEjbLocalRefType JettyWebAppTypeImpl.getEjbLocalRefArray(int i)
          Gets ith "ejb-local-ref" element
 GerEjbLocalRefType JettyWebAppTypeImpl.insertNewEjbLocalRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.impl with parameters of type GerEjbLocalRefType
 void JettyWebAppTypeImpl.setEjbLocalRefArray(GerEjbLocalRefType[] ejbLocalRefArray)
          Sets array of all "ejb-local-ref" element
 void JettyWebAppTypeImpl.setEjbLocalRefArray(int i, GerEjbLocalRefType ejbLocalRef)
          Sets ith "ejb-local-ref" element
 

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

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat that return GerEjbLocalRefType
 GerEjbLocalRefType TomcatWebAppType.addNewEjbLocalRef()
          Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
 GerEjbLocalRefType[] TomcatWebAppType.getEjbLocalRefArray()
          Gets array of all "ejb-local-ref" elements
 GerEjbLocalRefType TomcatWebAppType.getEjbLocalRefArray(int i)
          Gets ith "ejb-local-ref" element
 GerEjbLocalRefType TomcatWebAppType.insertNewEjbLocalRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat with parameters of type GerEjbLocalRefType
 void TomcatWebAppType.setEjbLocalRefArray(GerEjbLocalRefType[] ejbLocalRefArray)
          Sets array of all "ejb-local-ref" element
 void TomcatWebAppType.setEjbLocalRefArray(int i, GerEjbLocalRefType ejbLocalRef)
          Sets ith "ejb-local-ref" element
 

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

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl that return GerEjbLocalRefType
 GerEjbLocalRefType TomcatWebAppTypeImpl.addNewEjbLocalRef()
          Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
 GerEjbLocalRefType[] TomcatWebAppTypeImpl.getEjbLocalRefArray()
          Gets array of all "ejb-local-ref" elements
 GerEjbLocalRefType TomcatWebAppTypeImpl.getEjbLocalRefArray(int i)
          Gets ith "ejb-local-ref" element
 GerEjbLocalRefType TomcatWebAppTypeImpl.insertNewEjbLocalRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl with parameters of type GerEjbLocalRefType
 void TomcatWebAppTypeImpl.setEjbLocalRefArray(GerEjbLocalRefType[] ejbLocalRefArray)
          Sets array of all "ejb-local-ref" element
 void TomcatWebAppTypeImpl.setEjbLocalRefArray(int i, GerEjbLocalRefType ejbLocalRef)
          Sets ith "ejb-local-ref" element
 



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