public interface DaemonUserSignal
User must implement a signal method that will be called from
native upon receiving SIGUSR2
signal from the operating system.
Modifier and Type | Method | Description |
---|---|---|
void |
signal() |
Performs a custom action on received user signal.
|
Copyright (c) 2002-2013 - Apache Software Foundation