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

java.lang.Object
  extended by com.bea.netuix.servlets.manager.PortalServlet.UserCacheFlushSessionBindingListener
All Implemented Interfaces
Serializable
Enclosing class:
PortalServlet

public static class PortalServlet.UserCacheFlushSessionBindingListener
extends Object
implements 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, boolean retriveAdmin)
           
 
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,
                                                          boolean retriveAdmin)
Method Detail

valueBound

public void valueBound(HttpSessionBindingEvent event)

valueUnbound

public void valueUnbound(HttpSessionBindingEvent event)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved