Liferay 6.0.5

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 registerListener(HotDeployListener listener)
           
static void reset()
           
static void setCapturePrematureEvents(boolean capturePrematureEvents)
           
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)

registerListener

public static void registerListener(HotDeployListener listener)

reset

public static void reset()

setCapturePrematureEvents

public static void setCapturePrematureEvents(boolean capturePrematureEvents)

unregisterListener

public static void unregisterListener(HotDeployListener listener)

unregisterListeners

public static void unregisterListeners()

Liferay 6.0.5