Liferay 6.2-ce-ga5

com.liferay.portal.deploy.hot
Class MessagingHotDeployListener

java.lang.Object
  extended by com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
      extended by com.liferay.portal.deploy.hot.MessagingHotDeployListener
All Implemented Interfaces:
HotDeployListener

public class MessagingHotDeployListener
extends BaseHotDeployListener


Constructor Summary
MessagingHotDeployListener()
           
 
Method Summary
protected  void doInvokeDeploy(HotDeployEvent hotDeployEvent)
           
protected  void doInvokeUndeploy(HotDeployEvent hotDeployEvent)
           
 void invokeDeploy(HotDeployEvent hotDeployEvent)
           
 void invokeUndeploy(HotDeployEvent hotDeployEvent)
           
 
Methods inherited from class com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
getClpServletContextName, newInstance, newInstance, registerClpMessageListeners, throwHotDeployException, unregisterClpMessageListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagingHotDeployListener

public MessagingHotDeployListener()
Method Detail

invokeDeploy

public void invokeDeploy(HotDeployEvent hotDeployEvent)
                  throws HotDeployException
Throws:
HotDeployException

invokeUndeploy

public void invokeUndeploy(HotDeployEvent hotDeployEvent)
                    throws HotDeployException
Throws:
HotDeployException

doInvokeDeploy

protected void doInvokeDeploy(HotDeployEvent hotDeployEvent)
                       throws Exception
Throws:
Exception

doInvokeUndeploy

protected void doInvokeUndeploy(HotDeployEvent hotDeployEvent)
                         throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5