StRoot
1
|
Class StTerminateNotified is a abstract visitor to propagate the termination signal It is to provide the custom responce to the SIGTERM system signal. One is supposed to sublclass it and reimplement the SetNotifiedCallBack() method. The SetNotifiedCallBack() is to be called by system upon signal SIGTERM emition (for exampe with the kill <PID> shell command or by the batch system manager (like Condor) upon the job eviction. More...
#include <StCloseFileOnTerminate.h>
Public Member Functions | |
virtual void | SetNotifiedCallBack ()=0 |
Class StTerminateNotified is a abstract visitor to propagate the termination signal It is to provide the custom responce to the SIGTERM system signal. One is supposed to sublclass it and reimplement the SetNotifiedCallBack() method. The SetNotifiedCallBack() is to be called by system upon signal SIGTERM emition (for exampe with the kill <PID> shell command or by the batch system manager (like Condor) upon the job eviction.
Definition at line 17 of file StCloseFileOnTerminate.h.