Liferay 6.1.0-ce-b4

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 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

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.0-ce-b4