public class LiveUsersMessageListener
extends com.liferay.portal.kernel.messaging.BaseMessageListener
| Constructor and Description |
|---|
LiveUsersMessageListener() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected void doCommandAddClusterNode(com.liferay.portal.kernel.json.JSONObject jsonObject)
throws Exception
Exceptionprotected void doCommandRemoveClusterNode(com.liferay.portal.kernel.json.JSONObject jsonObject)
throws Exception
Exceptionprotected void doCommandSignIn(com.liferay.portal.kernel.json.JSONObject jsonObject)
throws Exception
Exceptionprotected void doCommandSignOut(com.liferay.portal.kernel.json.JSONObject jsonObject)
throws Exception
Exception