info.aduna.gee.publication.servlets.session
Class ZpadSessionContext

java.lang.Object
  extended by info.aduna.gee.publication.servlets.session.ZpadSessionContext
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionBindingListener

public class ZpadSessionContext
extends Object
implements javax.servlet.http.HttpSessionBindingListener

Class ZpadSessionContext


Field Summary
 Hashtable checkedLogins
           
 Hashtable jobs
           
static String KEY
          The key to store the ZpadSessionContext in the Session.
 Vector peers
           
 MultiLevelExpiringCache ZPadBrowsers
           
 MultiLevelExpiringCache ZPadSections
           
 
Constructor Summary
ZpadSessionContext(String host)
           
 
Method Summary
 void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final String KEY
The key to store the ZpadSessionContext in the Session.

See Also:
Constant Field Values

ZPadBrowsers

public MultiLevelExpiringCache ZPadBrowsers

ZPadSections

public MultiLevelExpiringCache ZPadSections

peers

public Vector peers

jobs

public Hashtable jobs

checkedLogins

public Hashtable checkedLogins
Constructor Detail

ZpadSessionContext

public ZpadSessionContext(String host)
Method Detail

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener


Copyright © 1997-2008 Aduna. All Rights Reserved.