Class WrapperServiceResumeEvent

  • All Implemented Interfaces:
    Serializable

    public class WrapperServiceResumeEvent
    extends WrapperServiceActionEvent
    WrapperServiceResumeEvents are used to notify the listener that the Wrapper is requesting that the Java application be resumed. 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:
    Serialized Form
    • Constructor Detail

      • WrapperServiceResumeEvent

        public WrapperServiceResumeEvent​(int actionSourceCode)
        Creates a new WrapperServiceResumeEvent.
        Parameters:
        actionSourceCode - Source Code specifying where the resume action originated.