ibspan.tss.agents.sha.session
Class Session.SessionData

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<Object,Object>
          extended by ibspan.tss.agents.sha.session.Session.SessionData
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
Enclosing class:
Session

public class Session.SessionData
extends HashMap<Object,Object>

This class simply do notihngs, but extends map and can be used in the future for providing additional functionality for operating on session data.

See Also:
Serialized Form

Constructor Summary
Session.SessionData()
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Session.SessionData

public Session.SessionData()