|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EPMContextManager
This serves to manage the context for an EPM session.
The application can, on the client side, store data to be referenced
from the server side, and store data on the server side that can be referenced
f4rom the client side.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
Object |
get(Object key)
The getoperation retrieves an entry from the SessionContext hash table. |
void |
put(Object key,
Object value)
The put operation adds an entry to the SessionContext hash table. |
| Method Detail |
|---|
void put(Object key,
Object value)
throws WTException
key - value -
WTException
Object get(Object key)
throws WTException
key -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||