xrootd
|
Copy the data from one point to another. More...
#include <XrdClCopyProcess.hh>
Public Member Functions | |
CopyProcess () | |
Constructor. More... | |
virtual | ~CopyProcess () |
Destructor. More... | |
void | AddJob (JobDescriptor *job) |
XRootDStatus | Prepare () |
XRootDStatus | Run (CopyProgressHandler *handler) |
Run the copy jobs. More... | |
Private Member Functions | |
void | CleanUpJobs () |
Private Attributes | |
std::list< JobDescriptor * > | pJobDescs |
std::list< CopyJob * > | pJobs |
Copy the data from one point to another.
|
inline |
Constructor.
|
virtual |
Destructor.
|
inline |
Add job - it's user's responsibility to handle these after the copy has bee done
References pJobDescs.
|
private |
XRootDStatus XrdCl::CopyProcess::Prepare | ( | ) |
XRootDStatus XrdCl::CopyProcess::Run | ( | CopyProgressHandler * | handler | ) |
Run the copy jobs.
|
private |
Referenced by AddJob().
|
private |