xrootd
|
Interface for a job to be run by the job manager. More...
#include <XrdClJobManager.hh>
Public Member Functions | |
virtual | ~Job () |
Virtual destructor. More... | |
virtual void | Run (void *arg)=0 |
The job logic. More... | |
Interface for a job to be run by the job manager.
|
inlinevirtual |
Virtual destructor.
|
pure virtual |