© 2005 BEA Systems, Inc.

com.bea.netuix.servlets.manager
Class PortalServlet.UserCacheFlushSessionBindingListener

java.lang.Object
  extended bycom.bea.netuix.servlets.manager.PortalServlet.UserCacheFlushSessionBindingListener
All Implemented Interfaces:
EventListener, HttpSessionBindingListener, Serializable
Enclosing class:
PortalServlet

public static class PortalServlet.UserCacheFlushSessionBindingListener
extends Object
implements HttpSessionBindingListener, Serializable

SessionBindingListener to flush the user cache at the end of a session. Gets created with a Locale so that flush can be called on locale-specific entries.

See Also:
Serialized Form

Constructor Summary
PortalServlet.UserCacheFlushSessionBindingListener(String portalPath, String desktopPath, String userName, ArrayList locales)
           
 
Method Summary
 void valueBound(HttpSessionBindingEvent event)
           
 void valueUnbound(HttpSessionBindingEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalServlet.UserCacheFlushSessionBindingListener

public PortalServlet.UserCacheFlushSessionBindingListener(String portalPath,
                                                          String desktopPath,
                                                          String userName,
                                                          ArrayList locales)
Method Detail

valueBound

public void valueBound(HttpSessionBindingEvent event)
Specified by:
valueBound in interface HttpSessionBindingListener

valueUnbound

public void valueUnbound(HttpSessionBindingEvent event)
Specified by:
valueUnbound in interface HttpSessionBindingListener

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved