Liferay 6.1.2-ce-ga3

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(CometSession cometSession, 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(CometSession cometSession,
                              JSONObject pollerResponseHeaderJSONObject)
Method Detail

executeTask

public void executeTask()
                 throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3