com.endeca.portal.session
Class SessionDestroyAction

java.lang.Object
  extended by com.liferay.portal.kernel.events.SessionAction
      extended by com.endeca.portal.session.SessionDestroyAction

public class SessionDestroyAction
extends com.liferay.portal.kernel.events.SessionAction

Invoked when a 'session destroy' event (servlet.session.destroy.events) is fired by Liferay. Currently, this class logs an INFO-level message about the destruction of the session and removes the associated @link{UserSession} from Discovery Framework.

See portal/portal-ext.properties for configuration.

Author:
Endeca Technologies, Inc.

Constructor Summary
SessionDestroyAction()
           
 
Method Summary
 void run(javax.servlet.http.HttpSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionDestroyAction

public SessionDestroyAction()
Method Detail

run

public void run(javax.servlet.http.HttpSession session)
Specified by:
run in class com.liferay.portal.kernel.events.SessionAction