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

Author:
Brian Wing Shun Chan, Eduardo Lundgren

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 java.lang.Exception
Specified by:
doReceive in class com.liferay.portal.kernel.messaging.BaseMessageListener
Throws:
java.lang.Exception