Class HotDeployUtil

Object
com.liferay.portal.kernel.deploy.hot.HotDeployUtil

public class HotDeployUtil extends Object
Author:
Ivica Cardic, Brian Wing Shun Chan, Raymond Augé
  • Constructor Details

    • HotDeployUtil

      public HotDeployUtil()
  • Method Details

    • fireDeployEvent

      public static void fireDeployEvent(HotDeployEvent hotDeployEvent)
    • fireUndeployEvent

      public static void fireUndeployEvent(HotDeployEvent hotDeployEvent)
    • 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()