|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
EPMVetoableChangeListener[] |
getChangeListeners()
Supported API: false |
EPMConstructorListener[] |
getConstructorListeners()
Supported API: false |
void |
put(Object key,
Object value)
The put operation adds an entry to the SessionContext hash table. |
Method Detail |
public void put(Object key, Object value) throws WTException
key
- value
-
WTException
public Object get(Object key) throws WTException
key
-
WTException
public EPMVetoableChangeListener[] getChangeListeners() throws WTException
WTException
public EPMConstructorListener[] getConstructorListeners() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |