Liferay 6.2-ce-ga5

com.liferay.portal.poller.comet
Class PollerCometChannelListener

java.lang.Object
  extended by com.liferay.portal.poller.comet.PollerCometChannelListener
All Implemented Interfaces:
ChannelListener

public class PollerCometChannelListener
extends Object
implements ChannelListener


Constructor Summary
PollerCometChannelListener(CometSession cometSession, JSONObject pollerResponseHeaderJSONObject)
           
 
Method Summary
 void channelListenerRemoved(long channelId)
           
 void notificationEventsAvailable(long channelId)
           
protected  void sendProcessMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollerCometChannelListener

public PollerCometChannelListener(CometSession cometSession,
                                  JSONObject pollerResponseHeaderJSONObject)
Method Detail

channelListenerRemoved

public void channelListenerRemoved(long channelId)
Specified by:
channelListenerRemoved in interface ChannelListener

notificationEventsAvailable

public void notificationEventsAvailable(long channelId)
Specified by:
notificationEventsAvailable in interface ChannelListener

sendProcessMessage

protected void sendProcessMessage()

Liferay 6.2-ce-ga5