| Interface | Description |
|---|---|
| WrapperEventListener |
WrapperEventListeners can be registered with the WrapperManager class
to receive WrapperEvents.
|
| Class | Description |
|---|---|
| WrapperConsumableEvent |
WrapperConsumableEvent is used to keep trace whether
the event has been handled or not.
|
| 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.
|
| WrapperRemoteControlEvent |
WrapperRemoteControlEvent are fired when a signal is caught from
outside the Wrapper (for example a signal coming from a pipe).
|
| WrapperSecondInvocationEvent |
WrapperSecondInvocationEvent is fired whenever a second
instance of the Wrapper starts in single invocation mode.
|
| 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.
|
Copyright 1999, 2025 Tanuki Software Inc., All Rights Reserved.