org.apache.commons.daemon
Interface DaemonUserSignal


public interface DaemonUserSignal

This interface tags a Daemon as supporting some kind of signaling method that allows the java application to perform a custom action.

User must implement a signal method that will be called from native upon receiving SIGUSR2 signal from the operating system.

Author:
Nick Griffiths , Mladen Turk

Method Summary
 void signal()
          Perform a custom action on received user signal.
 

Method Detail

signal

void signal()
Perform a custom action on received user signal.



Copyright (c) 2002-2011 - Apache Software Foundation