org.apache.uima.resource.impl
Class SessionNamespaceView_impl

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

public class SessionNamespaceView_impl
extends java.lang.Object
implements Session

See Also:
Serialized Form

Constructor Summary
SessionNamespaceView_impl(Session aRootSession, java.lang.String aNamespace)
           
 
Method Summary
 java.lang.Object get(java.lang.String aKey)
          Gets an object from the Session
 void put(java.lang.String aKey, java.lang.Object aValue)
          Stores an object in the Session
 void setRootSession(Session aSession)
          Sets the root session for this view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionNamespaceView_impl

public SessionNamespaceView_impl(Session aRootSession,
                                 java.lang.String aNamespace)
Method Detail

put

public void put(java.lang.String aKey,
                java.lang.Object aValue)
Description copied from interface: Session
Stores an object in the Session

Specified by:
put in interface Session

get

public java.lang.Object get(java.lang.String aKey)
Description copied from interface: Session
Gets an object from the Session

Specified by:
get in interface Session

setRootSession

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

Parameters:
aSession - the root session


Copyright © 2011. All Rights Reserved.