XRootD
XrdJob Class Referenceabstract

#include <XrdJob.hh>

+ Inheritance diagram for XrdJob:
+ Collaboration diagram for XrdJob:

Public Member Functions

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

Public Attributes

const char * Comment
 
XrdJobNextJob
 

Friends

class XrdScheduler
 

Detailed Description

Definition at line 42 of file XrdJob.hh.

Constructor & Destructor Documentation

◆ XrdJob()

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

Definition at line 51 of file XrdJob.hh.

52  {Comment = desc; NextJob = 0; SchedTime = 0;}
XrdJob * NextJob
Definition: XrdJob.hh:46
const char * Comment
Definition: XrdJob.hh:47

References Comment, and NextJob.

◆ ~XrdJob()

virtual XrdJob::~XrdJob ( )
inlinevirtual

Definition at line 53 of file XrdJob.hh.

53 {}

Member Function Documentation

◆ DoIt()

Friends And Related Function Documentation

◆ XrdScheduler

friend class XrdScheduler
friend

Definition at line 44 of file XrdJob.hh.

Member Data Documentation

◆ Comment

◆ NextJob


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