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.
|
WrapperPingEvent |
WrapperPingEvent are fired each time a ping is received from the Wrapper
process.
|
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.
|
WrapperTickEvent |
WrapperPingEvent are fired each time a ping is received from the Wrapper
process.
|