org.tanukisoftware.wrapper.event |
|
Java Source File Name | Type | Comment |
WrapperControlEvent.java | Class | WrapperControlEvent are used to notify the listener whenever the native
wrapper code traps a system control signal against the Java process.
It is up to the listener to take any actions necessary.
The Wrapper will send this event to any registered listeners first,
then it will pass the control code to the WrapperListener.controlEvent
method. |
WrapperCoreEvent.java | Class | WrapperCoreEvents are used to notify the listener of the internal
workings of the Wrapper.
WARNING - Great care should be taken when receiving events of this type.
They are sent from within the Wrapper's internal timing thread. |
WrapperEvent.java | Class | WrapperEvents are used to notify WrapperEventListeners of various wrapper
related events.
For performance reasons, some event instances may be reused by the code
which fires them off. |
WrapperEventListener.java | Interface | WrapperEventListeners can be registered with the WrapperManager class
to receive WrapperEvents. |
WrapperPingEvent.java | Class | WrapperPingEvent are fired each time a ping is received from the Wrapper
process. |
WrapperServiceControlEvent.java | Class | WrapperServiceControlEvents are used to notify the listener whenever a
Service Control Event is received by the service. |
WrapperServiceEvent.java | Class | WrapperServiceEvents are used to notify the listener of events related
the service. |
WrapperTickEvent.java | Class | WrapperPingEvent are fired each time a ping is received from the Wrapper
process. |