wt.epm
Class EPMContextManagerFwd

java.lang.Object
  extended bywt.epm.EPMContextManagerFwd
All Implemented Interfaces:
EPMContextManager, RemoteAccess, Serializable

public class EPMContextManagerFwd
extends Object
implements RemoteAccess, EPMContextManager, Serializable

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

See Also:
Serialized Form

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

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

EPMContextManagerFwd

public EPMContextManagerFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

put

public void put(Object key,
                Object value)
         throws WTException
The put operation adds an entry to the SessionContext hash table.

Supported API: false

Specified by:
put in interface EPMContextManager
Parameters:
key -
value -
Throws:
WTException

get

public Object get(Object key)
           throws WTException
The getoperation retrieves an entry from the SessionContext hash table.

Supported API: false

Specified by:
get in interface EPMContextManager
Parameters:
key -
Returns:
Object
Throws:
WTException

getChangeListeners

public EPMVetoableChangeListener[] getChangeListeners()
                                               throws WTException


Supported API: false

Specified by:
getChangeListeners in interface EPMContextManager
Returns:
EPMVetoableChangeListener[]
Throws:
WTException

getConstructorListeners

public EPMConstructorListener[] getConstructorListeners()
                                                 throws WTException


Supported API: false

Specified by:
getConstructorListeners in interface EPMContextManager
Returns:
EPMConstructorListener[]
Throws:
WTException