|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResourceEnvRefType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return ResourceEnvRefType | |
ResourceEnvRefType[] |
EntityBeanType.getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements |
ResourceEnvRefType |
EntityBeanType.getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element |
ResourceEnvRefType |
EntityBeanType.insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element |
ResourceEnvRefType |
EntityBeanType.addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element |
ResourceEnvRefType[] |
SessionBeanType.getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements |
ResourceEnvRefType |
SessionBeanType.getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element |
ResourceEnvRefType |
SessionBeanType.insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element |
ResourceEnvRefType |
SessionBeanType.addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element |
ResourceEnvRefType[] |
MessageDrivenBeanType.getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements |
ResourceEnvRefType |
MessageDrivenBeanType.getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element |
ResourceEnvRefType |
MessageDrivenBeanType.insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element |
ResourceEnvRefType |
MessageDrivenBeanType.addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type ResourceEnvRefType | |
void |
EntityBeanType.setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element |
void |
EntityBeanType.setResourceEnvRefArray(int i,
ResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element |
void |
SessionBeanType.setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element |
void |
SessionBeanType.setResourceEnvRefArray(int i,
ResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element |
void |
MessageDrivenBeanType.setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element |
void |
MessageDrivenBeanType.setResourceEnvRefArray(int i,
ResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element |
Uses of ResourceEnvRefType in org.apache.geronimo.xbeans.ejb.impl |
Methods in org.apache.geronimo.xbeans.ejb.impl that return ResourceEnvRefType | |
ResourceEnvRefType[] |
EntityBeanTypeImpl.getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements |
ResourceEnvRefType |
EntityBeanTypeImpl.getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element |
ResourceEnvRefType |
EntityBeanTypeImpl.insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element |
ResourceEnvRefType |
EntityBeanTypeImpl.addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element |
ResourceEnvRefType[] |
SessionBeanTypeImpl.getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements |
ResourceEnvRefType |
SessionBeanTypeImpl.getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element |
ResourceEnvRefType |
SessionBeanTypeImpl.insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element |
ResourceEnvRefType |
SessionBeanTypeImpl.addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element |
ResourceEnvRefType[] |
MessageDrivenBeanTypeImpl.getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements |
ResourceEnvRefType |
MessageDrivenBeanTypeImpl.getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element |
ResourceEnvRefType |
MessageDrivenBeanTypeImpl.insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element |
ResourceEnvRefType |
MessageDrivenBeanTypeImpl.addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type ResourceEnvRefType | |
void |
EntityBeanTypeImpl.setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element |
void |
EntityBeanTypeImpl.setResourceEnvRefArray(int i,
ResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element |
void |
SessionBeanTypeImpl.setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element |
void |
SessionBeanTypeImpl.setResourceEnvRefArray(int i,
ResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element |
void |
MessageDrivenBeanTypeImpl.setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element |
void |
MessageDrivenBeanTypeImpl.setResourceEnvRefArray(int i,
ResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element |
Uses of ResourceEnvRefType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return ResourceEnvRefType | |
static ResourceEnvRefType |
ResourceEnvRefType.Factory.newInstance()
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(String s)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(File f)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(URL u)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(InputStream is)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(Reader r)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(Node node)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static ResourceEnvRefType |
ResourceEnvRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
ResourceEnvRefType[] |
ApplicationClientType.getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements |
ResourceEnvRefType |
ApplicationClientType.getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element |
ResourceEnvRefType |
ApplicationClientType.insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element |
ResourceEnvRefType |
ApplicationClientType.addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element |
Methods in org.apache.geronimo.xbeans.j2ee with parameters of type ResourceEnvRefType | |
void |
ApplicationClientType.setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element |
void |
ApplicationClientType.setResourceEnvRefArray(int i,
ResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element |
Uses of ResourceEnvRefType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ResourceEnvRefType | |
class |
ResourceEnvRefTypeImpl
An XML resource-env-refType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.j2ee.impl that return ResourceEnvRefType | |
ResourceEnvRefType[] |
ApplicationClientTypeImpl.getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements |
ResourceEnvRefType |
ApplicationClientTypeImpl.getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element |
ResourceEnvRefType |
ApplicationClientTypeImpl.insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element |
ResourceEnvRefType |
ApplicationClientTypeImpl.addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element |
Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ResourceEnvRefType | |
void |
ApplicationClientTypeImpl.setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element |
void |
ApplicationClientTypeImpl.setResourceEnvRefArray(int i,
ResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element |
Uses of ResourceEnvRefType in org.apache.geronimo.xbeans.web |
Methods in org.apache.geronimo.xbeans.web that return ResourceEnvRefType | |
ResourceEnvRefType[] |
WebAppType.getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements |
ResourceEnvRefType |
WebAppType.getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element |
ResourceEnvRefType |
WebAppType.insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element |
ResourceEnvRefType |
WebAppType.addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element |
Methods in org.apache.geronimo.xbeans.web with parameters of type ResourceEnvRefType | |
void |
WebAppType.setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element |
void |
WebAppType.setResourceEnvRefArray(int i,
ResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element |
Uses of ResourceEnvRefType in org.apache.geronimo.xbeans.web.impl |
Methods in org.apache.geronimo.xbeans.web.impl that return ResourceEnvRefType | |
ResourceEnvRefType[] |
WebAppTypeImpl.getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements |
ResourceEnvRefType |
WebAppTypeImpl.getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element |
ResourceEnvRefType |
WebAppTypeImpl.insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element |
ResourceEnvRefType |
WebAppTypeImpl.addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element |
Methods in org.apache.geronimo.xbeans.web.impl with parameters of type ResourceEnvRefType | |
void |
WebAppTypeImpl.setResourceEnvRefArray(ResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element |
void |
WebAppTypeImpl.setResourceEnvRefArray(int i,
ResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |