Class WrapperServicePauseEvent

All Implemented Interfaces:
Serializable

public class WrapperServicePauseEvent extends WrapperServiceActionEvent
WrapperServicePauseEvents are used to notify the listener that the Wrapper is requesting that the Java application be paused. This does not mean that it should exit, only that it should internally go into an idle state. See the wrapper.pausable and wrapper.pausable.stop_jvm properties for more information.
Since:
Wrapper 3.5.0
Author:
Tanuki Software Development Team <support@tanukisoftware.com>
See Also:
  • Constructor Details

    • WrapperServicePauseEvent

      public WrapperServicePauseEvent(int actionSourceCode)
      Creates a new WrapperServicePauseEvent.
      Parameters:
      actionSourceCode - Source Code specifying where the pause action originated.
  • Method Details