hu.netmind.beankeeper
Class SessionInfo

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by hu.netmind.beankeeper.SessionInfo
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class SessionInfo
extends java.util.HashMap
implements java.io.Serializable

Session info object can be used to distribute session specific information to other threads or processes. This object can be supplied to lock() operations, to communicate vital session information to other callers who receive ConcurrentModificationException.

See Also:
Serialized Form

Constructor Summary
SessionInfo()
           
 
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

SessionInfo

public SessionInfo()