com.liferay.portal.kernel.deploy.hot
Class HotDeployUtil

java.lang.Object
  extended bycom.liferay.portal.kernel.deploy.hot.HotDeployUtil

public class HotDeployUtil
extends java.lang.Object

View Source

Author:
Ivica Cardic, Brian Wing Shun Chan

Method Summary
static void fireDeployEvent(HotDeployEvent event)
           
static void fireUndeployEvent(HotDeployEvent event)
           
static void flushEvents()
           
static void registerListener(HotDeployListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fireDeployEvent

public static void fireDeployEvent(HotDeployEvent event)

fireUndeployEvent

public static void fireUndeployEvent(HotDeployEvent event)

registerListener

public static void registerListener(HotDeployListener listener)

flushEvents

public static void flushEvents()