PortalServlet.UserCacheFlushSessionBindingListener Class

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

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.


Hierarchy
Object
  PortalServlet.UserCacheFlushSessionBindingListener
All Implemented Interfaces

EventListener, HttpSessionBindingListener, Serializable
Enclosing class

PortalServlet

Constructor Summary

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

 

Method Summary

public void
valueBound(HttpSessionBindingEvent event)
public void
valueUnbound(HttpSessionBindingEvent event)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface javax.servlet.http.HttpSessionBindingListener
valueBound, valueUnbound
 

Constructor Detail

PortalServlet.UserCacheFlushSessionBindingListener

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

Method Detail

valueBound(HttpSessionBindingEvent) Method

public void valueBound(HttpSessionBindingEvent event)

valueUnbound(HttpSessionBindingEvent) Method

public void valueUnbound(HttpSessionBindingEvent event)