-
Constructor Summary
Constructors
-
Method Summary
Gets an object from the Session
void
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 Details
-
Session_impl
public Session_impl()
-
Method Details
-
put
Description copied from interface: Session
Stores an object in the Session
- Specified by:
put
in interface Session
- Parameters:
aKey
- Key
aValue
- Value
-
get
Description copied from interface: Session
Gets an object from the Session
- Specified by:
get
in interface Session
- Parameters:
aKey
- Key
- Returns:
- the associated value