Class SessionNamespaceView_impl

java.lang.Object
org.apache.uima.resource.impl.SessionNamespaceView_impl
All Implemented Interfaces:
Serializable, Session

public class SessionNamespaceView_impl extends Object implements Session
See Also:
  • Constructor Details

    • SessionNamespaceView_impl

      public SessionNamespaceView_impl(Session aRootSession, String aNamespace)
  • Method Details

    • put

      public void put(String aKey, Object aValue)
      Description copied from interface: Session
      Stores an object in the Session
      Specified by:
      put in interface Session
      Parameters:
      aKey - Key
      aValue - Value
    • get

      public Object get(String aKey)
      Description copied from interface: Session
      Gets an object from the Session
      Specified by:
      get in interface Session
      Parameters:
      aKey - Key
      Returns:
      the associated value
    • setRootSession

      public void setRootSession(Session aSession)
      Sets the root session for this view. Not part of Session interface.
      Parameters:
      aSession - the root session