#include <XrdClTPFallBackCopyJob.hh>
Public Member Functions | |
| TPFallBackCopyJob (uint16_t jobId, PropertyList *jobProperties, PropertyList *jobResults) | |
| Constructor. | |
| virtual | ~TPFallBackCopyJob () |
| Destructor. | |
| virtual XRootDStatus | Run (CopyProgressHandler *progress=0) |
| Public Member Functions inherited from XrdCl::CopyJob | |
| CopyJob (uint16_t jobId, PropertyList *jobProperties, PropertyList *jobResults) | |
| Constructor. | |
| virtual | ~CopyJob () |
| Virtual destructor. | |
| PropertyList * | GetProperties () |
| Get the job properties. | |
| PropertyList * | GetResults () |
| Get the job results. | |
| const URL & | GetSource () const |
| Get source. | |
| const URL & | GetTarget () const |
| Get target. | |
| void | Init () |
Additional Inherited Members | |
| Protected Attributes inherited from XrdCl::CopyJob | |
| uint16_t | pJobId |
| PropertyList * | pProperties |
| PropertyList * | pResults |
| URL | pSource |
| URL | pTarget |
Definition at line 33 of file XrdClTPFallBackCopyJob.hh.
| XrdCl::TPFallBackCopyJob::TPFallBackCopyJob | ( | uint16_t | jobId, |
| PropertyList * | jobProperties, | ||
| PropertyList * | jobResults ) |
Constructor.
Definition at line 38 of file XrdClTPFallBackCopyJob.cc.
References XrdCl::CopyJob::CopyJob(), XrdCl::Log::Debug(), XrdCl::DefaultEnv::GetLog(), XrdCl::CopyJob::GetSource(), XrdCl::CopyJob::GetTarget(), and XrdCl::UtilityMsg.
|
virtual |
|
virtual |
Run the copy job
| progress | the handler to be notified about the copy progress |
Implements XrdCl::CopyJob.
Definition at line 61 of file XrdClTPFallBackCopyJob.cc.
References XrdCl::Status::code, XrdCl::Log::Debug(), XrdCl::errNotSupported, XrdCl::errOperationExpired, XrdCl::DefaultEnv::GetLog(), XrdCl::Status::IsOK(), XrdCl::CopyJob::pJobId, XrdCl::CopyJob::pProperties, XrdCl::CopyJob::pResults, and XrdCl::UtilityMsg.