Uses of Class
org.tanukisoftware.wrapper.event.WrapperEvent

Packages that use WrapperEvent
Package
Description
 
  • Uses of WrapperEvent in org.tanukisoftware.wrapper.event

    Modifier and Type
    Class
    Description
    class 
    WrapperConsumableEvent is used to keep trace whether the event has been handled or not.
    class 
    WrapperControlEvent are used to notify the listener whenever the native wrapper code traps a system control signal against the Java process.
    class 
    WrapperCoreEvents are used to notify the listener of the internal workings of the Wrapper.
    class 
    WrapperLogFileChangedEvent are fired whenever the log file used by the Wrapper is changed.
    class 
    WrapperLoggingEvents are used to notify the listener of events related to logging such as updates to the log file name.
    class 
    WrapperPingEvent are fired each time a ping is received from the Wrapper process.
    class 
    WrapperRemoteControlEvent are fired when a signal is caught from outside the Wrapper (for example a signal coming from a pipe).
    class 
    WrapperSecondInvocationEvent is fired whenever a second instance of the Wrapper starts in single invocation mode.
    class 
    WrapperServicePauseResumeEvents are used to notify the listener that the Wrapper is requesting that the Java application be paused or resumed.
    class 
    WrapperServiceControlEvents are used to notify the listener whenever a Service Control Event is received by the service.
    class 
    WrapperServiceEvents are used to notify the listener of events related the service.
    class 
    WrapperServicePauseEvents are used to notify the listener that the Wrapper is requesting that the Java application be paused.
    class 
    WrapperServiceResumeEvents are used to notify the listener that the Wrapper is requesting that the Java application be resumed.
    class 
    WrapperPingEvent are fired each time a ping is received from the Wrapper process.
    Methods in org.tanukisoftware.wrapper.event with parameters of type WrapperEvent
    Modifier and Type
    Method
    Description
    void
    WrapperEventListener.fired(WrapperEvent event)
    Called whenever a WrapperEvent is fired.