Package org.tanukisoftware.wrapper.event
Class WrapperServiceResumeEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.tanukisoftware.wrapper.event.WrapperEvent
-
- org.tanukisoftware.wrapper.event.WrapperServiceEvent
-
- org.tanukisoftware.wrapper.event.WrapperServiceActionEvent
-
- org.tanukisoftware.wrapper.event.WrapperServiceResumeEvent
-
- All Implemented Interfaces:
java.io.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
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.tanukisoftware.wrapper.event.WrapperServiceActionEvent
SOURCE_CODE_COMMAND_BLOCK_TIMEOUT, SOURCE_CODE_COMMANDFILE, SOURCE_CODE_DEADLOCK, SOURCE_CODE_FILTER, SOURCE_CODE_ON_EXIT, SOURCE_CODE_TIMER, SOURCE_CODE_WINDOWS_SERVICE_MANAGER
-
-
Constructor Summary
Constructors Constructor Description WrapperServiceResumeEvent(int actionSourceCode)
Creates a new WrapperServiceResumeEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns a string representation of the event.-
Methods inherited from class org.tanukisoftware.wrapper.event.WrapperServiceActionEvent
getSourceCode, getSourceCodeName, getSourceCodeName
-
Methods inherited from class org.tanukisoftware.wrapper.event.WrapperServiceEvent
getFlags
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Returns a string representation of the event.- Overrides:
toString
in classWrapperServiceActionEvent
- Returns:
- A string representation of the event.
-
-