Package wt.epm

Interface EPMContextManager


@RemoteInterface 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

    Modifier and Type
    Method
    Description
    get(Object key)
    The getoperation retrieves an entry from the SessionContext hash table.
    void
    put(Object key, Object value)
    The put operation adds an entry to the SessionContext hash table.
  • Method Details

    • put

      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

      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