![]() |
XRootD
|
#include <XrdSysLogger.hh>
Public Member Functions | |
Task () | |
virtual | ~Task () |
Task * | Next () |
virtual void | Ring ()=0 |
This method gets called at midnight. More... | |
Friends | |
class | XrdSysLogger |
Add a task to be run at midnight. Tasks are run sequentially lifo.
mnTask | Pointer to an instance of the task object below. |
Definition at line 92 of file XrdSysLogger.hh.
|
inline |
Definition at line 101 of file XrdSysLogger.hh.
|
inlinevirtual |
Definition at line 102 of file XrdSysLogger.hh.
|
inline |
Definition at line 99 of file XrdSysLogger.hh.
Referenced by XrdSysLoggerMN().
|
pure virtual |
This method gets called at midnight.
Implemented in XrdCms::MidNightTask.
Referenced by XrdSysLoggerMN().
|
friend |
Definition at line 95 of file XrdSysLogger.hh.