xrootd
Public Member Functions | Protected Attributes | List of all members
XrdCl::CopyJob Class Referenceabstract

Copy job. More...

#include <XrdClCopyProcess.hh>

Collaboration diagram for XrdCl::CopyJob:
Collaboration graph
[legend]

Public Member Functions

 CopyJob (JobDescriptor *jobDesc)
 Constructor. More...
 
virtual ~CopyJob ()
 Virtual destructor. More...
 
virtual XRootDStatus Run (CopyProgressHandler *progress=0)=0
 
JobDescriptorGetDescriptor () const
 Get the job descriptor. More...
 

Protected Attributes

JobDescriptorpJob
 

Detailed Description

Copy job.

Constructor & Destructor Documentation

XrdCl::CopyJob::CopyJob ( JobDescriptor jobDesc)
inline

Constructor.

virtual XrdCl::CopyJob::~CopyJob ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

JobDescriptor* XrdCl::CopyJob::GetDescriptor ( ) const
inline

Get the job descriptor.

References pJob.

virtual XRootDStatus XrdCl::CopyJob::Run ( CopyProgressHandler progress = 0)
pure virtual

Run the copy job

Parameters
progressthe handler to be notified about the copy progress
Returns
status of the copy operation

Member Data Documentation

JobDescriptor* XrdCl::CopyJob::pJob
protected

Referenced by GetDescriptor().


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