|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.tanukisoftware.wrapper.event.WrapperEvent
org.tanukisoftware.wrapper.event.WrapperServiceEvent
org.tanukisoftware.wrapper.event.WrapperServiceActionEvent
public abstract class WrapperServiceActionEvent
WrapperServicePauseResumeEvents are used to notify the listener that the Wrapper is requesting that the Java application be paused or resumed. 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.
Field Summary | |
---|---|
static int |
SOURCE_CODE_COMMAND_BLOCK_TIMEOUT
Action result of an event command's block timeout expired. |
static int |
SOURCE_CODE_COMMANDFILE
Action result of a command from a command file. |
static int |
SOURCE_CODE_FILTER
Action result of a configured filter being fired. |
static int |
SOURCE_CODE_TIMER
Action result of a configured timer being fired. |
static int |
SOURCE_CODE_WINDOWS_SERVICE_MANAGER
Action resulted from the Windows Service Manager. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
WrapperServiceActionEvent(int sourceCode)
Creates a new WrapperServiceActionEvent. |
Method Summary | |
---|---|
int |
getSourceCode()
Returns the Source Code. |
String |
toString()
Returns a string representation of the event. |
Methods inherited from class org.tanukisoftware.wrapper.event.WrapperServiceEvent |
---|
getFlags |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SOURCE_CODE_TIMER
public static final int SOURCE_CODE_FILTER
public static final int SOURCE_CODE_COMMANDFILE
public static final int SOURCE_CODE_COMMAND_BLOCK_TIMEOUT
public static final int SOURCE_CODE_WINDOWS_SERVICE_MANAGER
Constructor Detail |
---|
public WrapperServiceActionEvent(int sourceCode)
sourceCode
- Source Code specifying where the action originated.Method Detail |
---|
public int getSourceCode()
public String toString()
toString
in class EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |