|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenejbSessionBeanType | |
org.openejb.xbeans.ejbjar | |
org.openejb.xbeans.ejbjar.impl |
Uses of OpenejbSessionBeanType in org.openejb.xbeans.ejbjar |
Methods in org.openejb.xbeans.ejbjar that return OpenejbSessionBeanType | |
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.newInstance()
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(String xmlAsString)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(File file)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(URL u)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(InputStream is)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(Reader r)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(Node node)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static OpenejbSessionBeanType |
OpenejbSessionBeanType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
OpenejbSessionBeanType[] |
OpenejbOpenejbJarType.EnterpriseBeans.getSessionArray()
Gets array of all "session" elements |
OpenejbSessionBeanType |
OpenejbOpenejbJarType.EnterpriseBeans.getSessionArray(int i)
Gets ith "session" element |
OpenejbSessionBeanType |
OpenejbOpenejbJarType.EnterpriseBeans.insertNewSession(int i)
Inserts and returns a new empty value (as xml) as the ith "session" element |
OpenejbSessionBeanType |
OpenejbOpenejbJarType.EnterpriseBeans.addNewSession()
Appends and returns a new empty value (as xml) as the last "session" element |
Methods in org.openejb.xbeans.ejbjar with parameters of type OpenejbSessionBeanType | |
void |
OpenejbOpenejbJarType.EnterpriseBeans.setSessionArray(OpenejbSessionBeanType[] sessionArray)
Sets array of all "session" element |
void |
OpenejbOpenejbJarType.EnterpriseBeans.setSessionArray(int i,
OpenejbSessionBeanType session)
Sets ith "session" element |
Uses of OpenejbSessionBeanType in org.openejb.xbeans.ejbjar.impl |
Classes in org.openejb.xbeans.ejbjar.impl that implement OpenejbSessionBeanType | |
class |
OpenejbSessionBeanTypeImpl
An XML session-beanType(@http://www.openejb.org/xml/ns/openejb-jar-2.1). |
Methods in org.openejb.xbeans.ejbjar.impl that return OpenejbSessionBeanType | |
OpenejbSessionBeanType[] |
OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.getSessionArray()
Gets array of all "session" elements |
OpenejbSessionBeanType |
OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.getSessionArray(int i)
Gets ith "session" element |
OpenejbSessionBeanType |
OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.insertNewSession(int i)
Inserts and returns a new empty value (as xml) as the ith "session" element |
OpenejbSessionBeanType |
OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.addNewSession()
Appends and returns a new empty value (as xml) as the last "session" element |
Methods in org.openejb.xbeans.ejbjar.impl with parameters of type OpenejbSessionBeanType | |
void |
OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.setSessionArray(OpenejbSessionBeanType[] sessionArray)
Sets array of all "session" element |
void |
OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl.setSessionArray(int i,
OpenejbSessionBeanType session)
Sets ith "session" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |