com.liferay.portal.liveusers.messaging
Class LiveUsersMessageListener
java.lang.Object
com.liferay.portal.kernel.messaging.BaseMessageListener
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
|
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 |
LiveUsersMessageListener
public LiveUsersMessageListener()
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