Uses of Interface
org.apache.geronimo.xbeans.j2ee.EjbRefType

Packages that use EjbRefType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of EjbRefType in org.apache.geronimo.xbeans.ejb
 

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

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

Uses of EjbRefType in org.apache.geronimo.xbeans.ejb.impl
 

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

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

Uses of EjbRefType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return EjbRefType
static EjbRefType EjbRefType.Factory.newInstance()
           
static EjbRefType EjbRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EjbRefType EjbRefType.Factory.parse(String s)
           
static EjbRefType EjbRefType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefType EjbRefType.Factory.parse(File f)
           
static EjbRefType EjbRefType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefType EjbRefType.Factory.parse(URL u)
           
static EjbRefType EjbRefType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefType EjbRefType.Factory.parse(InputStream is)
           
static EjbRefType EjbRefType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefType EjbRefType.Factory.parse(Reader r)
           
static EjbRefType EjbRefType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefType EjbRefType.Factory.parse(Node node)
           
static EjbRefType EjbRefType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefType EjbRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static EjbRefType EjbRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 EjbRefType[] ApplicationClientType.getEjbRefArray()
          Gets array of all "ejb-ref" elements
 EjbRefType ApplicationClientType.getEjbRefArray(int i)
          Gets ith "ejb-ref" element
 EjbRefType ApplicationClientType.insertNewEjbRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-ref" element
 EjbRefType ApplicationClientType.addNewEjbRef()
          Appends and returns a new empty value (as xml) as the last "ejb-ref" element
 

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

Uses of EjbRefType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement EjbRefType
 class EjbRefTypeImpl
          An XML ejb-refType(@http://java.sun.com/xml/ns/j2ee).
 

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

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

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

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

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

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

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

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



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.