#include <XrdSysLogger.hh>
Public Member Functions | |
| Task () | |
| virtual | ~Task () |
| Task * | Next () |
| virtual void | Ring ()=0 |
| This method gets called at midnight. | |
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.
Referenced by Next().
|
inlinevirtual |
Definition at line 102 of file XrdSysLogger.hh.
|
inline |
Definition at line 99 of file XrdSysLogger.hh.
References Task().
Referenced by XrdSysLoggerMN().
|
pure virtual |
This method gets called at midnight.
Implemented in XrdCms::MidNightTask.
Referenced by XrdSysLoggerMN().
|
friend |