|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.epm.EPMContextManagerFwd
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: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
EPMContextManagerFwd()
|
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 |
private static Manager |
getManager()
|
void |
put(Object key,
Object value)
The put operation adds an entry to the SessionContext hash table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public EPMContextManagerFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public void put(Object key, Object value) throws WTException
put
in interface EPMContextManager
key
- value
-
WTException
public Object get(Object key) throws WTException
get
in interface EPMContextManager
key
-
WTException
public EPMVetoableChangeListener[] getChangeListeners() throws WTException
getChangeListeners
in interface EPMContextManager
WTException
public EPMConstructorListener[] getConstructorListeners() throws WTException
getConstructorListeners
in interface EPMContextManager
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |