Interface | Description |
---|---|
WrapperEventListener |
WrapperEventListeners can be registered with the WrapperManager class
to receive WrapperEvents.
|
Class | Description |
---|---|
WrapperControlEvent |
WrapperControlEvent are used to notify the listener whenever the native
wrapper code traps a system control signal against the Java process.
|
WrapperCoreEvent |
WrapperCoreEvents are used to notify the listener of the internal
workings of the Wrapper.
|
WrapperEvent |
WrapperEvents are used to notify WrapperEventListeners of various wrapper
related events.
|
WrapperLogFileChangedEvent |
WrapperLogFileChangedEvent are fired whenever the log file used by the
Wrapper is changed.
|
WrapperLoggingEvent |
WrapperLoggingEvents are used to notify the listener of events related
to logging such as updates to the log file name.
|
WrapperPingEvent |
WrapperPingEvent are fired each time a ping is received from the Wrapper
process.
|
WrapperServiceActionEvent |
WrapperServicePauseResumeEvents are used to notify the listener that the Wrapper
is requesting that the Java application be paused or resumed.
|
WrapperServiceControlEvent |
WrapperServiceControlEvents are used to notify the listener whenever a
Service Control Event is received by the service.
|
WrapperServiceEvent |
WrapperServiceEvents are used to notify the listener of events related
the service.
|
WrapperServicePauseEvent |
WrapperServicePauseEvents are used to notify the listener that the Wrapper
is requesting that the Java application be paused.
|
WrapperServiceResumeEvent |
WrapperServiceResumeEvents are used to notify the listener that the Wrapper
is requesting that the Java application be resumed.
|
WrapperTickEvent |
WrapperPingEvent are fired each time a ping is received from the Wrapper
process.
|