Uses of Class
org.tanukisoftware.wrapper.event.WrapperEvent
Packages that use WrapperEvent
-
Uses of WrapperEvent in org.tanukisoftware.wrapper.event
Subclasses of WrapperEvent in org.tanukisoftware.wrapper.eventModifier and TypeClassDescriptionclassWrapperConsumableEvent is used to keep trace whether the event has been handled or not.classWrapperControlEvent are used to notify the listener whenever the native wrapper code traps a system control signal against the Java process.classWrapperCoreEvents are used to notify the listener of the internal workings of the Wrapper.classWrapperLogFileChangedEvent are fired whenever the log file used by the Wrapper is changed.classWrapperLoggingEvents are used to notify the listener of events related to logging such as updates to the log file name.classWrapperPingEvent are fired each time a ping is received from the Wrapper process.classWrapperRemoteControlEvent are fired when a signal is caught from outside the Wrapper (for example a signal coming from a pipe).classWrapperSecondInvocationEvent is fired whenever a second instance of the Wrapper starts in single invocation mode.classWrapperServicePauseResumeEvents are used to notify the listener that the Wrapper is requesting that the Java application be paused or resumed.classWrapperServiceControlEvents are used to notify the listener whenever a Service Control Event is received by the service.classWrapperServiceEvents are used to notify the listener of events related the service.classWrapperServicePauseEvents are used to notify the listener that the Wrapper is requesting that the Java application be paused.classWrapperServiceResumeEvents are used to notify the listener that the Wrapper is requesting that the Java application be resumed.classWrapperPingEvent are fired each time a ping is received from the Wrapper process.Methods in org.tanukisoftware.wrapper.event with parameters of type WrapperEventModifier and TypeMethodDescriptionvoidWrapperEventListener.fired(WrapperEvent event) Called whenever a WrapperEvent is fired.