Package wt.epm
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
-
Method Details
-
put
The put operation adds an entry to the SessionContext hash table.
Supported API: true- Parameters:
key-value-- Throws:
WTException
-
get
The getoperation retrieves an entry from the SessionContext hash table.
Supported API: true- Parameters:
key-- Returns:
- Object
- Throws:
WTException
-