Liferay 6.0.3

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

java.lang.Object
  extended by com.liferay.portal.kernel.deploy.hot.HotDeployUtil

public class HotDeployUtil
extends Object


Method Summary
static void fireDeployEvent(HotDeployEvent event)
           
static void fireUndeployEvent(HotDeployEvent event)
           
static void flushPrematureEvents()
           
static void registerListener(HotDeployListener listener)
           
static void reset()
           
static void unregisterListener(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)

reset

public static void reset()

unregisterListener

public static void unregisterListener(HotDeployListener listener)

unregisterListeners

public static void unregisterListeners()

Liferay 6.0.3