Liferay 7.0-ga1 portal-impl

com.liferay.portal.events
Class LogThreadCountAction

java.lang.Object
  extended by com.liferay.portal.kernel.events.Action
      extended by com.liferay.portal.events.LogThreadCountAction
All Implemented Interfaces:
com.liferay.portal.kernel.events.LifecycleAction

public class LogThreadCountAction
extends com.liferay.portal.kernel.events.Action


Constructor Summary
LogThreadCountAction()
           
 
Method Summary
 void run(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.liferay.portal.kernel.events.Action
processLifecycleEvent, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogThreadCountAction

public LogThreadCountAction()
Method Detail

run

public void run(javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response)
Specified by:
run in class com.liferay.portal.kernel.events.Action

Liferay 7.0-ga1 portal-impl