Public Member Functions | |
Constructors/Destructor | |
UserJobs () | |
Instantiates an UserJobs object using default user credential. | |
~UserJobs () | |
Destructor. | |
UserJobs (const std::string cred_path) | |
Instantiates an UserJobs object using non-default credential. | |
Action Methods | |
void | getJobs (const std::string &lbHost, int lbPort, std::vector< edg::workload::common::jobid::JobId > &jobs) |
Retreive the jobs owned by the user in a specific LB. | |
void | getStatus (const std::string &lbHost, int lbPort, std::vector< edg::workload::logging::client::JobStatus > &jobsStatus) |
Retrieve the status of all the user's jobs. |
such as getting their status, or cancelling them
|
Instantiates an UserJobs object using default user credential.
|
|
Destructor.
|
|
Instantiates an UserJobs object using non-default credential.
|
|
Retreive the jobs owned by the user in a specific LB.
|
|
Retrieve the status of all the user's jobs.
|