org.apache.commons.daemon
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 and Description |
---|---|
void |
signal()
Performs a custom action on received user signal.
|
Copyright (c) 2002-2012 - Apache Software Foundation