Liferay 6.1.2-ce-ga3

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

HotDeployMessageListener

public HotDeployMessageListener(String... servletContextNames)
Method Detail

doReceive

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

onDeploy

protected void onDeploy(Message message)
                 throws Exception
Throws:
Exception

onUndeploy

protected void onUndeploy(Message message)
                   throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3