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

Packages that use EjbLocalRefType
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 EjbLocalRefType in org.apache.geronimo.xbeans.ejb
 

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

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

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

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

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

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

Methods in org.apache.geronimo.xbeans.j2ee that return EjbLocalRefType
static EjbLocalRefType EjbLocalRefType.Factory.newInstance()
           
static EjbLocalRefType EjbLocalRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(String s)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(File f)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(URL u)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(InputStream is)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(Reader r)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(Node node)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static EjbLocalRefType EjbLocalRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

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

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

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

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

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

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

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

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



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