Liferay 7.0-ce-b7 portal-impl

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:
com.liferay.portal.kernel.messaging.MessageListener

public class LiveUsersMessageListener
extends com.liferay.portal.kernel.messaging.BaseMessageListener


Constructor Summary
LiveUsersMessageListener()
           
 
Method Summary
protected  void doCommandAddClusterNode(com.liferay.portal.kernel.json.JSONObject jsonObject)
           
protected  void doCommandRemoveClusterNode(com.liferay.portal.kernel.json.JSONObject jsonObject)
           
protected  void doCommandSignIn(com.liferay.portal.kernel.json.JSONObject jsonObject)
           
protected  void doCommandSignOut(com.liferay.portal.kernel.json.JSONObject jsonObject)
           
protected  void doReceive(com.liferay.portal.kernel.messaging.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(com.liferay.portal.kernel.json.JSONObject jsonObject)
                                throws Exception
Throws:
Exception

doCommandRemoveClusterNode

protected void doCommandRemoveClusterNode(com.liferay.portal.kernel.json.JSONObject jsonObject)
                                   throws Exception
Throws:
Exception

doCommandSignIn

protected void doCommandSignIn(com.liferay.portal.kernel.json.JSONObject jsonObject)
                        throws Exception
Throws:
Exception

doCommandSignOut

protected void doCommandSignOut(com.liferay.portal.kernel.json.JSONObject jsonObject)
                         throws Exception
Throws:
Exception

doReceive

protected void doReceive(com.liferay.portal.kernel.messaging.Message message)
                  throws Exception
Specified by:
doReceive in class com.liferay.portal.kernel.messaging.BaseMessageListener
Throws:
Exception

Liferay 7.0-ce-b7 portal-impl