com.liferay.portal.deploy.hot
Class BaseHotDeployListener

java.lang.Object
  extended by com.liferay.portal.deploy.hot.BaseHotDeployListener
All Implemented Interfaces:
com.liferay.portal.kernel.deploy.hot.HotDeployListener
Direct Known Subclasses:
HookHotDeployListener, LayoutTemplateHotDeployListener, MessagingHotDeployListener, PluginPackageHotDeployListener, PortletHotDeployListener, ThemeHotDeployListener, ThemeLoaderHotDeployListener

public abstract class BaseHotDeployListener
extends java.lang.Object
implements com.liferay.portal.kernel.deploy.hot.HotDeployListener

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BaseHotDeployListener()
           
 
Method Summary
 void throwHotDeployException(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event, java.lang.String msg, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.deploy.hot.HotDeployListener
invokeDeploy, invokeUndeploy
 

Constructor Detail

BaseHotDeployListener

public BaseHotDeployListener()
Method Detail

throwHotDeployException

public void throwHotDeployException(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event,
                                    java.lang.String msg,
                                    java.lang.Exception e)
                             throws com.liferay.portal.kernel.deploy.hot.HotDeployException
Throws:
com.liferay.portal.kernel.deploy.hot.HotDeployException