|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jbo.SessionData
A structure that stores BC4J session context. This structure is used to pass external session context to ApplicationModule.prepareSession(SessionData). The BC4J ApplicationPool uses the SessionCookie environment and userData collections to initialize SessionData instances.
SessionCookie, Serialized Form| Constructor Summary | |
SessionData(java.util.Hashtable environment, java.util.Hashtable userData) |
|
| Method Summary | |
java.util.Hashtable |
getEnvironment() |
java.util.Hashtable |
getUserData() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SessionData(java.util.Hashtable environment,
java.util.Hashtable userData)
| Method Detail |
public java.util.Hashtable getEnvironment()
public java.util.Hashtable getUserData()
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||