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 voidfireDeployEvent(HotDeployEvent hotDeployEvent) static voidfireUndeployEvent(HotDeployEvent hotDeployEvent) static voidregisterListener(HotDeployListener hotDeployListener) static voidreset()static voidsetCapturePrematureEvents(boolean capturePrematureEvents) static voidunregisterListener(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()
-