xrootd
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | Friends | List of all members
XrdSysLogger::Task Class Referenceabstract

#include <XrdSysLogger.hh>

Collaboration diagram for XrdSysLogger::Task:
Collaboration graph
[legend]

Public Member Functions

virtual void Ring ()=0
 This method gets called at midnight.
 
TaskNext ()
 
 Task ()
 
virtual ~Task ()
 

Private Attributes

Tasknext
 

Friends

class XrdSysLogger
 

Detailed Description

Add a task to be run at midnight. Tasks are run sequentially lifo.

Parameters
mnTaskPointer to an instance of the task object below.

Constructor & Destructor Documentation

◆ Task()

XrdSysLogger::Task::Task ( )
inline

◆ ~Task()

virtual XrdSysLogger::Task::~Task ( )
inlinevirtual

Member Function Documentation

◆ Next()

Task * XrdSysLogger::Task::Next ( )
inline

References next.

◆ Ring()

virtual void XrdSysLogger::Task::Ring ( )
pure virtual

This method gets called at midnight.

Friends And Related Symbol Documentation

◆ XrdSysLogger

friend class XrdSysLogger
friend

Member Data Documentation

◆ next

Task* XrdSysLogger::Task::next
private

Referenced by Next().


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