org.apache.uima.resource.impl
Class Session_impl

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

public class Session_impl
extends java.lang.Object
implements Session

See Also:
Serialized Form

Constructor Summary
Session_impl()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session_impl

public Session_impl()
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


Copyright © 2011. All Rights Reserved.