Public Member Functions | |
void | fromString (const std::string &dg_JobId) |
This method sets the JobId instance from the JobId in string format given as input. | |
std::string | toString () const |
Converts the jobId into a string. | |
operator const edg_wlc_JobId () const | |
JobId & | operator= (JobId const &) |
JobId & | operator= (const edg_wlc_JobId &) |
edg_wlc_JobId | getId () const |
Constructors/Destructor | |
JobId () | |
Instantiates an empty JobId object. | |
JobId (const std::string &job_id_string) | |
Instantiates a JobId object from the passed dg_jobId in string format. | |
JobId (const JobId &) | |
JobId (const edg_wlc_JobId &) | |
~JobId () | |
Destructor Destroy the Job Id instance. | |
Miscellaneous | |
void | clear () |
Unsets the JobId instance. | |
bool | isSet () |
Check wheater the jobId has been already created (true) or not (false). | |
void | setJobId (const std::string &lb_server, int port=0, const std::string &unique="") |
Set the JobId instance according to the LB and RB server addresses and the unique string passed as input parameters. | |
Get Methods | |
std::string | getServer () const |
std::string | getUnique () const |
Friends | |
bool | operator< (JobId const &lhs, JobId const &rhs) |
bool | operator== (JobId const &lhs, JobId const &rhs) |
We remind that the format of the dg_jobId is as follows: :/
|
Instantiates an empty JobId object.
|
|
Instantiates a JobId object from the passed dg_jobId in string format.
|
|
|
|
|
|
Destructor Destroy the Job Id instance.
|
|
Unsets the JobId instance. Clear all it's memebers |
|
This method sets the JobId instance from the JobId in string format given as input.
|
|
|
|
|
|
|
|
Check wheater the jobId has been already created (true) or not (false).
|
|
|
|
|
|
|
|
Set the JobId instance according to the LB and RB server addresses and the unique string passed as input parameters.
|
|
Converts the jobId into a string.
|
|
|
|
|