StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
StTerminateNotified Class Referenceabstract

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
 

Detailed Description

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.


The documentation for this class was generated from the following files: