Liferay 6.1.2-ce-ga3

com.liferay.portal.liveusers.messaging
Class LiveUsersMessageListener

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.BaseMessageListener
      extended by com.liferay.portal.liveusers.messaging.LiveUsersMessageListener
All Implemented Interfaces:
MessageListener

public class LiveUsersMessageListener
extends BaseMessageListener


Constructor Summary
LiveUsersMessageListener()
           
 
Method Summary
protected  void doCommandAddClusterNode(JSONObject jsonObject)
           
protected  void doCommandRemoveClusterNode(JSONObject jsonObject)
           
protected  void doCommandSignIn(JSONObject jsonObject)
           
protected  void doCommandSignOut(JSONObject jsonObject)
           
protected  void doReceive(Message message)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.BaseMessageListener
receive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveUsersMessageListener

public LiveUsersMessageListener()
Method Detail

doCommandAddClusterNode

protected void doCommandAddClusterNode(JSONObject jsonObject)
                                throws Exception
Throws:
Exception

doCommandRemoveClusterNode

protected void doCommandRemoveClusterNode(JSONObject jsonObject)
                                   throws Exception
Throws:
Exception

doCommandSignIn

protected void doCommandSignIn(JSONObject jsonObject)
                        throws Exception
Throws:
Exception

doCommandSignOut

protected void doCommandSignOut(JSONObject jsonObject)
                         throws Exception
Throws:
Exception

doReceive

protected void doReceive(Message message)
                  throws Exception
Specified by:
doReceive in class BaseMessageListener
Throws:
Exception

Liferay 6.1.2-ce-ga3