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

#include <XrdJob.hh>

Inheritance diagram for XrdJob:
Inheritance graph
[legend]
Collaboration diagram for XrdJob:
Collaboration graph
[legend]

Public Member Functions

virtual void DoIt ()=0
 
 XrdJob (const char *desc="")
 
virtual ~XrdJob ()
 

Public Attributes

XrdJobNextJob
 
const char * Comment
 

Private Attributes

time_t SchedTime
 

Friends

class XrdScheduler
 

Constructor & Destructor Documentation

◆ XrdJob()

XrdJob::XrdJob ( const char *  desc = "")
inline

References Comment, NextJob, and SchedTime.

◆ ~XrdJob()

virtual XrdJob::~XrdJob ( )
inlinevirtual

Member Function Documentation

◆ DoIt()

virtual void XrdJob::DoIt ( )
pure virtual

Friends And Related Symbol Documentation

◆ XrdScheduler

friend class XrdScheduler
friend

Member Data Documentation

◆ Comment

const char* XrdJob::Comment

Referenced by XrdJob().

◆ NextJob

XrdJob* XrdJob::NextJob

Referenced by XrdJob().

◆ SchedTime

time_t XrdJob::SchedTime
private

Referenced by XrdJob().


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