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

Packages that use LocalHomeType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

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

Methods in org.apache.geronimo.xbeans.ejb that return LocalHomeType
 LocalHomeType EntityBeanType.xgetLocalHome()
          Gets (as xml) the "local-home" element
 LocalHomeType SessionBeanType.xgetLocalHome()
          Gets (as xml) the "local-home" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type LocalHomeType
 void EntityBeanType.xsetLocalHome(LocalHomeType localHome)
          Sets (as xml) the "local-home" element
 void SessionBeanType.xsetLocalHome(LocalHomeType localHome)
          Sets (as xml) the "local-home" element
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return LocalHomeType
 LocalHomeType EntityBeanTypeImpl.xgetLocalHome()
          Gets (as xml) the "local-home" element
 LocalHomeType SessionBeanTypeImpl.xgetLocalHome()
          Gets (as xml) the "local-home" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type LocalHomeType
 void EntityBeanTypeImpl.xsetLocalHome(LocalHomeType localHome)
          Sets (as xml) the "local-home" element
 void SessionBeanTypeImpl.xsetLocalHome(LocalHomeType localHome)
          Sets (as xml) the "local-home" element
 

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

Methods in org.apache.geronimo.xbeans.j2ee that return LocalHomeType
static LocalHomeType LocalHomeType.Factory.newValue(Object obj)
           
static LocalHomeType LocalHomeType.Factory.newInstance()
           
static LocalHomeType LocalHomeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static LocalHomeType LocalHomeType.Factory.parse(String s)
           
static LocalHomeType LocalHomeType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static LocalHomeType LocalHomeType.Factory.parse(File f)
           
static LocalHomeType LocalHomeType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static LocalHomeType LocalHomeType.Factory.parse(URL u)
           
static LocalHomeType LocalHomeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static LocalHomeType LocalHomeType.Factory.parse(InputStream is)
           
static LocalHomeType LocalHomeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static LocalHomeType LocalHomeType.Factory.parse(Reader r)
           
static LocalHomeType LocalHomeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static LocalHomeType LocalHomeType.Factory.parse(Node node)
           
static LocalHomeType LocalHomeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static LocalHomeType LocalHomeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static LocalHomeType LocalHomeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 LocalHomeType EjbLocalRefType.xgetLocalHome()
          Gets (as xml) the "local-home" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type LocalHomeType
 void EjbLocalRefType.xsetLocalHome(LocalHomeType localHome)
          Sets (as xml) the "local-home" element
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement LocalHomeType
 class LocalHomeTypeImpl
          An XML local-homeType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return LocalHomeType
 LocalHomeType EjbLocalRefTypeImpl.xgetLocalHome()
          Gets (as xml) the "local-home" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type LocalHomeType
 void EjbLocalRefTypeImpl.xsetLocalHome(LocalHomeType localHome)
          Sets (as xml) the "local-home" element
 



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