Liferay 6.1.2-ce-ga3

com.liferay.portal.deploy.hot.messaging
Class HotDeployMessageListener

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.BaseMessageListener
      extended by com.liferay.portal.deploy.hot.messaging.HotDeployMessageListener
All Implemented Interfaces:
MessageListener

public class HotDeployMessageListener
extends BaseMessageListener


Constructor Summary
HotDeployMessageListener()
           
 
Method Summary
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

HotDeployMessageListener

public HotDeployMessageListener()
Method Detail

doReceive

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

Liferay 6.1.2-ce-ga3