Package net.sf.basedb.core.signal
Class ShutdownSignalSender
- java.lang.Object
-
- net.sf.basedb.core.signal.ShutdownSignalSender
-
- All Implemented Interfaces:
SignalSender
public class ShutdownSignalSender extends Object implements SignalSender
A signal sender implementation that is used by the system when shutting down. If the handler supports theSignal.SHUTDOWN
signal it is sent, otherwise theSignal.ABORT
.- Since:
- 2.16
- Author:
- Nicklas
- Last modified
- $Date: 2010-09-02 14:09:15 +0200 (to, 02 sep 2010) $
-
-
Constructor Summary
Constructors Constructor Description ShutdownSignalSender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendTo(SignalHandler handler)
Send a signal to the specific signal handler.
-
-
-
Method Detail
-
sendTo
public void sendTo(SignalHandler handler)
Description copied from interface:SignalSender
Send a signal to the specific signal handler.- Specified by:
sendTo
in interfaceSignalSender
- Parameters:
handler
- A signal handler
-
-