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

Packages that use GerEjbRefType
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.client   
org.apache.geronimo.xbeans.geronimo.client.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 GerEjbRefType in org.apache.geronimo.naming.deployment
 

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

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

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

Methods in org.apache.geronimo.naming.deployment.jsr88 that return GerEjbRefType
protected  GerEjbRefType EjbRef.getEjbRef()
           
 

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

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

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

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

Methods in org.apache.geronimo.openejb.xbeans.ejbjar with parameters of type GerEjbRefType
 void OpenejbGeronimoEjbJarType.setEjbRefArray(GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void OpenejbGeronimoEjbJarType.setEjbRefArray(int i, GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 

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

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

Methods in org.apache.geronimo.openejb.xbeans.ejbjar.impl with parameters of type GerEjbRefType
 void OpenejbGeronimoEjbJarTypeImpl.setEjbRefArray(GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void OpenejbGeronimoEjbJarTypeImpl.setEjbRefArray(int i, GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 

Uses of GerEjbRefType in org.apache.geronimo.xbeans.geronimo.client
 

Methods in org.apache.geronimo.xbeans.geronimo.client that return GerEjbRefType
 GerEjbRefType GerApplicationClientType.addNewEjbRef()
          Appends and returns a new empty value (as xml) as the last "ejb-ref" element
 GerEjbRefType[] GerApplicationClientType.getEjbRefArray()
          Gets array of all "ejb-ref" elements
 GerEjbRefType GerApplicationClientType.getEjbRefArray(int i)
          Gets ith "ejb-ref" element
 GerEjbRefType GerApplicationClientType.insertNewEjbRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client with parameters of type GerEjbRefType
 void GerApplicationClientType.setEjbRefArray(GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void GerApplicationClientType.setEjbRefArray(int i, GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 

Uses of GerEjbRefType in org.apache.geronimo.xbeans.geronimo.client.impl
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl that return GerEjbRefType
 GerEjbRefType GerApplicationClientTypeImpl.addNewEjbRef()
          Appends and returns a new empty value (as xml) as the last "ejb-ref" element
 GerEjbRefType[] GerApplicationClientTypeImpl.getEjbRefArray()
          Gets array of all "ejb-ref" elements
 GerEjbRefType GerApplicationClientTypeImpl.getEjbRefArray(int i)
          Gets ith "ejb-ref" element
 GerEjbRefType GerApplicationClientTypeImpl.insertNewEjbRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl with parameters of type GerEjbRefType
 void GerApplicationClientTypeImpl.setEjbRefArray(GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void GerApplicationClientTypeImpl.setEjbRefArray(int i, GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.naming with parameters of type GerEjbRefType
 void GerEjbRefDocument.setEjbRef(GerEjbRefType ejbRef)
          Sets the "ejb-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl that return GerEjbRefType
 GerEjbRefType GerEjbRefDocumentImpl.addNewEjbRef()
          Appends and returns a new empty "ejb-ref" element
 GerEjbRefType GerEjbRefDocumentImpl.getEjbRef()
          Gets the "ejb-ref" element
 

Methods in org.apache.geronimo.xbeans.geronimo.naming.impl with parameters of type GerEjbRefType
 void GerEjbRefDocumentImpl.setEjbRef(GerEjbRefType ejbRef)
          Sets the "ejb-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.web with parameters of type GerEjbRefType
 void GerWebAppType.setEjbRefArray(GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void GerWebAppType.setEjbRefArray(int i, GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.web.impl with parameters of type GerEjbRefType
 void GerWebAppTypeImpl.setEjbRefArray(GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void GerWebAppTypeImpl.setEjbRefArray(int i, GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty with parameters of type GerEjbRefType
 void JettyWebAppType.setEjbRefArray(GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void JettyWebAppType.setEjbRefArray(int i, GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.web.jetty.impl with parameters of type GerEjbRefType
 void JettyWebAppTypeImpl.setEjbRefArray(GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void JettyWebAppTypeImpl.setEjbRefArray(int i, GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat with parameters of type GerEjbRefType
 void TomcatWebAppType.setEjbRefArray(GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void TomcatWebAppType.setEjbRefArray(int i, GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl with parameters of type GerEjbRefType
 void TomcatWebAppTypeImpl.setEjbRefArray(GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void TomcatWebAppTypeImpl.setEjbRefArray(int i, GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 



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