| java.util.HashMap hu.netmind.persistence.SessionInfo
SessionInfo | public class SessionInfo extends HashMap implements Serializable(Code) | | 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.
author: Brautigam Robert version: Revision: $Revision$ |
|
|