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:
- 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:
- Leif Mortenson
- See Also:
- Serialized Form
Method Summary |
String |
toString()
Returns a string representation of the event. |
WrapperServiceResumeEvent
public WrapperServiceResumeEvent(int sourceCode)
- Creates a new WrapperServiceResumeEvent.
- Parameters:
sourceCode
- Source Code specifying where the resume action originated.
toString
public String toString()
- Returns a string representation of the event.
- Overrides:
toString
in class WrapperServiceActionEvent
- Returns:
- A string representation of the event.
Copyright 1999, 2010 Tanuki Software Inc., All Rights Reserved.