Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.poller.comet
Class PollerCometDelayedTask

java.lang.Object
  extended by com.liferay.portal.poller.comet.PollerCometDelayedTask

public class PollerCometDelayedTask
extends Object


Constructor Summary
PollerCometDelayedTask(com.liferay.portal.kernel.poller.comet.CometSession cometSession, com.liferay.portal.kernel.json.JSONObject pollerResponseHeaderJSONObject)
           
 
Method Summary
 void executeTask()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollerCometDelayedTask

public PollerCometDelayedTask(com.liferay.portal.kernel.poller.comet.CometSession cometSession,
                              com.liferay.portal.kernel.json.JSONObject pollerResponseHeaderJSONObject)
Method Detail

executeTask

public void executeTask()
                 throws Exception
Throws:
Exception

Liferay 7.0-ce-b7 portal-impl