wt.epm
Interface EPMContextManager

All Known Implementing Classes:
EPMContextManagerFwd, EPMStandardContextManager

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.
 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

put

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

Supported API: true

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: true

Parameters:
key -
Returns:
Object
Throws:
WTException

getChangeListeners

public EPMVetoableChangeListener[] getChangeListeners()
                                               throws WTException


Supported API: false

Returns:
EPMVetoableChangeListener[]
Throws:
WTException

getConstructorListeners

public EPMConstructorListener[] getConstructorListeners()
                                                 throws WTException


Supported API: false

Returns:
EPMConstructorListener[]
Throws:
WTException