Package org.tanukisoftware.wrapper.event
package org.tanukisoftware.wrapper.event
-
ClassDescriptionWrapperConsumableEvent is used to keep trace whether the event has been handled or not.WrapperControlEvent are used to notify the listener whenever the native wrapper code traps a system control signal against the Java process.WrapperCoreEvents are used to notify the listener of the internal workings of the Wrapper.WrapperEvents are used to notify WrapperEventListeners of various wrapper related events.WrapperEventListeners can be registered with the WrapperManager class to receive WrapperEvents.WrapperLogFileChangedEvent are fired whenever the log file used by the Wrapper is changed.WrapperLoggingEvents are used to notify the listener of events related to logging such as updates to the log file name.WrapperPingEvent are fired each time a ping is received from the Wrapper process.WrapperRemoteControlEvent are fired when a signal is caught from outside the Wrapper (for example a signal coming from a pipe).WrapperSecondInvocationEvent is fired whenever a second instance of the Wrapper starts in single invocation mode.WrapperServicePauseResumeEvents are used to notify the listener that the Wrapper is requesting that the Java application be paused or resumed.WrapperServiceControlEvents are used to notify the listener whenever a Service Control Event is received by the service.WrapperServiceEvents are used to notify the listener of events related the service.WrapperServicePauseEvents are used to notify the listener that the Wrapper is requesting that the Java application be paused.WrapperServiceResumeEvents are used to notify the listener that the Wrapper is requesting that the Java application be resumed.WrapperPingEvent are fired each time a ping is received from the Wrapper process.