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

java.lang.Object
  extended by com.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 flushPrematureEvents()
           
static void registerListener(HotDeployListener listener)
           
static void unregisterListeners()
           
 
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)

flushPrematureEvents

public static void flushPrematureEvents()

registerListener

public static void registerListener(HotDeployListener listener)

unregisterListeners

public static void unregisterListeners()