Class HotDeployUtil
Object
com.liferay.portal.kernel.deploy.hot.HotDeployUtil
- Author:
- Ivica Cardic, Brian Wing Shun Chan, Raymond Augé
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
fireDeployEvent
(HotDeployEvent hotDeployEvent) static void
fireUndeployEvent
(HotDeployEvent hotDeployEvent) static void
registerListener
(HotDeployListener hotDeployListener) static void
reset()
static void
setCapturePrematureEvents
(boolean capturePrematureEvents) static void
unregisterListener
(HotDeployListener hotDeployListener) static void
-
Constructor Details
-
HotDeployUtil
public HotDeployUtil()
-
-
Method Details
-
fireDeployEvent
-
fireUndeployEvent
-
registerListener
-
reset
public static void reset() -
setCapturePrematureEvents
public static void setCapturePrematureEvents(boolean capturePrematureEvents) -
unregisterListener
-
unregisterListeners
public static void unregisterListeners()
-