com.endeca.portal.session
Class SessionDestroyAction
java.lang.Object
   com.liferay.portal.kernel.events.SessionAction
com.liferay.portal.kernel.events.SessionAction
       com.endeca.portal.session.SessionDestroyAction
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.
 
| 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 | 
 
SessionDestroyAction
public SessionDestroyAction()
run
public void run(javax.servlet.http.HttpSession session)
- 
- Specified by:
- runin class- com.liferay.portal.kernel.events.SessionAction
 
-