Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.servlet
Class PortletSessionTracker

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.PortletSessionTracker
All Implemented Interfaces:
Serializable, EventListener, javax.servlet.http.HttpSessionBindingListener, javax.servlet.http.HttpSessionListener

public class PortletSessionTracker
extends Object
implements javax.servlet.http.HttpSessionListener, javax.servlet.http.HttpSessionBindingListener, Serializable

See http://issues.liferay.com/browse/LEP-1466.

See Also:
Serialized Form

Method Summary
static void add(javax.servlet.http.HttpSession session)
           
static javax.servlet.http.HttpSessionBindingListener getInstance()
           
static void invalidate(javax.servlet.http.HttpSession session)
           
static void invalidate(String sessionId)
           
 void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
           
 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
 

Method Detail

add

public static void add(javax.servlet.http.HttpSession session)

getInstance

public static javax.servlet.http.HttpSessionBindingListener getInstance()

invalidate

public static void invalidate(javax.servlet.http.HttpSession session)

invalidate

public static void invalidate(String sessionId)

sessionCreated

public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener

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

Liferay 6.1.2-ce-ga3