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

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

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

Methods in org.apache.geronimo.xbeans.ejb with parameters of type ResourceRefType
 void EntityBeanType.setResourceRefArray(ResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void EntityBeanType.setResourceRefArray(int i, ResourceRefType resourceRef)
          Sets ith "resource-ref" element
 void SessionBeanType.setResourceRefArray(ResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void SessionBeanType.setResourceRefArray(int i, ResourceRefType resourceRef)
          Sets ith "resource-ref" element
 void MessageDrivenBeanType.setResourceRefArray(ResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void MessageDrivenBeanType.setResourceRefArray(int i, ResourceRefType resourceRef)
          Sets ith "resource-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type ResourceRefType
 void EntityBeanTypeImpl.setResourceRefArray(ResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void EntityBeanTypeImpl.setResourceRefArray(int i, ResourceRefType resourceRef)
          Sets ith "resource-ref" element
 void SessionBeanTypeImpl.setResourceRefArray(ResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void SessionBeanTypeImpl.setResourceRefArray(int i, ResourceRefType resourceRef)
          Sets ith "resource-ref" element
 void MessageDrivenBeanTypeImpl.setResourceRefArray(ResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void MessageDrivenBeanTypeImpl.setResourceRefArray(int i, ResourceRefType resourceRef)
          Sets ith "resource-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type ResourceRefType
 void ApplicationClientType.setResourceRefArray(ResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void ApplicationClientType.setResourceRefArray(int i, ResourceRefType resourceRef)
          Sets ith "resource-ref" element
 

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

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

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

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ResourceRefType
 void ApplicationClientTypeImpl.setResourceRefArray(ResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void ApplicationClientTypeImpl.setResourceRefArray(int i, ResourceRefType resourceRef)
          Sets ith "resource-ref" element
 

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

Methods in org.apache.geronimo.xbeans.web that return ResourceRefType
 ResourceRefType[] WebAppType.getResourceRefArray()
          Gets array of all "resource-ref" elements
 ResourceRefType WebAppType.getResourceRefArray(int i)
          Gets ith "resource-ref" element
 ResourceRefType WebAppType.insertNewResourceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "resource-ref" element
 ResourceRefType WebAppType.addNewResourceRef()
          Appends and returns a new empty value (as xml) as the last "resource-ref" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type ResourceRefType
 void WebAppType.setResourceRefArray(ResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void WebAppType.setResourceRefArray(int i, ResourceRefType resourceRef)
          Sets ith "resource-ref" element
 

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

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

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type ResourceRefType
 void WebAppTypeImpl.setResourceRefArray(ResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void WebAppTypeImpl.setResourceRefArray(int i, ResourceRefType resourceRef)
          Sets ith "resource-ref" element
 



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