|
XRootD
|
#include <XrdSysLogger.hh>
Inheritance diagram for XrdSysLogger::Task:
Collaboration diagram for XrdSysLogger::Task: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.
|
inlinevirtual |
Definition at line 102 of file XrdSysLogger.hh.
|
inline |
Definition at line 99 of file XrdSysLogger.hh.
Referenced by XrdSysLoggerMN().
Here is the caller graph for this function:
|
pure virtual |
This method gets called at midnight.
Implemented in XrdCms::MidNightTask.
Referenced by XrdSysLoggerMN().
Here is the caller graph for this function:
|
friend |
Definition at line 95 of file XrdSysLogger.hh.