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