attach(Listener *, int port=0) | Job | |
cancel() | Job | |
getJobAd() | Job | |
getJobId() | Job | |
getLogInfo() | Job | |
getOutput(const std::string &dir_path) | Job | |
getState(unsigned int step=0) | Job | |
getStatus(bool ad=true) | Job | |
getType() | Job | [inline] |
initialise() | Job | [static] |
Job() | Job | |
Job(const edg::workload::common::jobid::JobId &id) | Job | |
Job(const edg::workload::common::requestad::JobAd &ad) | Job | |
Job(const Job &job) | Job | |
JobCollection class | Job | [friend] |
listMatchingCE(const std::string &host, int port) | Job | |
operator=(const Job &job) | Job | |
retrieveJobAd() | Job | |
setCredPath(const std::string cp) | Job | |
setJobAd(const edg::workload::common::requestad::JobAd &ad) | Job | |
setJobId(const edg::workload::common::jobid::JobId &id) | Job | |
setLoggerLevel(int level) | Job | |
submit(const std::string &nSHost, int nsPort, const std::string &lbHost, int lbPort,const std::string &ce_id="") | Job | |
submit(const std::string &ns_host, int ns_port, const std::string &lbHost, int lbPort, edg::workload::checkpointing::JobState *state, Listener *ls, const std::string &ce_id="") | Job | |
submit(const std::string &host, int port, const std::string &lbHost, int lbPort, const std::string &executable, const std::string &stdOutput, const std::string &stdErr, const std::string &outputDir="/tmp", const std::string &ce_id="", int timeout=10, int time_interval=60) | Job | [static] |
unsetCredPath() | Job | |
~Job() | Job | |