Liferay 6.1.2-ce-ga3

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


Constructor Summary
HotDeployUtil()
           
 
Method Summary
static void fireDeployEvent(HotDeployEvent hotDeployEvent)
           
static void fireUndeployEvent(HotDeployEvent hotDeployEvent)
           
static HotDeploy getHotDeploy()
           
static void registerListener(HotDeployListener hotDeployListener)
           
static void reset()
           
static void setCapturePrematureEvents(boolean capturePrematureEvents)
           
 void setHotDeploy(HotDeploy hotDeploy)
           
static void unregisterListener(HotDeployListener hotDeployListener)
           
static void unregisterListeners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotDeployUtil

public HotDeployUtil()
Method Detail

fireDeployEvent

public static void fireDeployEvent(HotDeployEvent hotDeployEvent)

fireUndeployEvent

public static void fireUndeployEvent(HotDeployEvent hotDeployEvent)

getHotDeploy

public static HotDeploy getHotDeploy()

registerListener

public static void registerListener(HotDeployListener hotDeployListener)

reset

public static void reset()

setCapturePrematureEvents

public static void setCapturePrematureEvents(boolean capturePrematureEvents)

unregisterListener

public static void unregisterListener(HotDeployListener hotDeployListener)

unregisterListeners

public static void unregisterListeners()

setHotDeploy

public void setHotDeploy(HotDeploy hotDeploy)

Liferay 6.1.2-ce-ga3