|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionBeanType | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl |
Uses of SessionBeanType in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return SessionBeanType | |
static SessionBeanType |
SessionBeanType.Factory.newInstance()
|
static SessionBeanType |
SessionBeanType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static SessionBeanType |
SessionBeanType.Factory.parse(String s)
|
static SessionBeanType |
SessionBeanType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static SessionBeanType |
SessionBeanType.Factory.parse(File f)
|
static SessionBeanType |
SessionBeanType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static SessionBeanType |
SessionBeanType.Factory.parse(URL u)
|
static SessionBeanType |
SessionBeanType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static SessionBeanType |
SessionBeanType.Factory.parse(InputStream is)
|
static SessionBeanType |
SessionBeanType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static SessionBeanType |
SessionBeanType.Factory.parse(Reader r)
|
static SessionBeanType |
SessionBeanType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static SessionBeanType |
SessionBeanType.Factory.parse(Node node)
|
static SessionBeanType |
SessionBeanType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static SessionBeanType |
SessionBeanType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static SessionBeanType |
SessionBeanType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
SessionBeanType[] |
EnterpriseBeansType.getSessionArray()
Gets array of all "session" elements |
SessionBeanType |
EnterpriseBeansType.getSessionArray(int i)
Gets ith "session" element |
SessionBeanType |
EnterpriseBeansType.insertNewSession(int i)
Inserts and returns a new empty value (as xml) as the ith "session" element |
SessionBeanType |
EnterpriseBeansType.addNewSession()
Appends and returns a new empty value (as xml) as the last "session" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type SessionBeanType | |
void |
EnterpriseBeansType.setSessionArray(SessionBeanType[] sessionArray)
Sets array of all "session" element |
void |
EnterpriseBeansType.setSessionArray(int i,
SessionBeanType session)
Sets ith "session" element |
Uses of SessionBeanType in org.apache.geronimo.xbeans.ejb.impl |
Classes in org.apache.geronimo.xbeans.ejb.impl that implement SessionBeanType | |
class |
SessionBeanTypeImpl
An XML session-beanType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.ejb.impl that return SessionBeanType | |
SessionBeanType[] |
EnterpriseBeansTypeImpl.getSessionArray()
Gets array of all "session" elements |
SessionBeanType |
EnterpriseBeansTypeImpl.getSessionArray(int i)
Gets ith "session" element |
SessionBeanType |
EnterpriseBeansTypeImpl.insertNewSession(int i)
Inserts and returns a new empty value (as xml) as the ith "session" element |
SessionBeanType |
EnterpriseBeansTypeImpl.addNewSession()
Appends and returns a new empty value (as xml) as the last "session" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type SessionBeanType | |
void |
EnterpriseBeansTypeImpl.setSessionArray(SessionBeanType[] sessionArray)
Sets array of all "session" element |
void |
EnterpriseBeansTypeImpl.setSessionArray(int i,
SessionBeanType session)
Sets ith "session" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |