Liferay 7.0-ga1 portal-impl

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

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


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

HotDeployMessageListener

public HotDeployMessageListener()
Method Detail

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-ga1 portal-impl