public class HotDeployUtil
extends Object
Constructor and Description |
---|
HotDeployUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
fireDeployEvent(HotDeployEvent hotDeployEvent) |
static void |
fireUndeployEvent(HotDeployEvent hotDeployEvent) |
static HotDeploy |
getHotDeploy() |
static boolean |
registerDependentPortalLifecycle(String servletContextName,
PortalLifecycle portalLifecycle) |
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() |
public static void fireDeployEvent(HotDeployEvent hotDeployEvent)
public static void fireUndeployEvent(HotDeployEvent hotDeployEvent)
public static HotDeploy getHotDeploy()
public static boolean registerDependentPortalLifecycle(String servletContextName, PortalLifecycle portalLifecycle)
public static void registerListener(HotDeployListener hotDeployListener)
public static void reset()
public static void setCapturePrematureEvents(boolean capturePrematureEvents)
public static void unregisterListener(HotDeployListener hotDeployListener)
public static void unregisterListeners()
public void setHotDeploy(HotDeploy hotDeploy)