public abstract class WrapperServiceActionEvent extends WrapperServiceEvent
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
WrapperServiceActionEvent(int sourceCode)
Creates a new WrapperServiceActionEvent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSourceCode()
Returns the Source Code.
|
java.lang.String |
toString()
Returns a string representation of the event.
|
getFlagspublic 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
Copyright 1999, 2012 Tanuki Software Inc., All Rights Reserved.