Liferay 6.2.0-ce-m3

com.liferay.portal.kernel.messaging
Class HotDeployMessageListener

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

public class HotDeployMessageListener
extends BaseMessageListener


Constructor Summary
HotDeployMessageListener(String servletContextName)
           
 
Method Summary
protected  void doReceive(Message message)
           
protected  void onDeploy()
           
protected  void onUndeploy()
           
 
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(String servletContextName)
Method Detail

doReceive

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

onDeploy

protected void onDeploy()
                 throws Exception
Throws:
Exception

onUndeploy

protected void onUndeploy()
                   throws Exception
Throws:
Exception

Liferay 6.2.0-ce-m3