com.endeca.portal.session
Class SessionCreateAction

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

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

Invoked when a 'session create' event (servlet.session.create.events) is fired by Liferay. Currently, this class simply logs an INFO-level message about the creation of the new session.

See portal/portal-ext.properties for configuration.

Author:
Endeca Technologies, Inc.

Constructor Summary
SessionCreateAction()
           
 
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

SessionCreateAction

public SessionCreateAction()
Method Detail

run

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