Public Methods | |
void | fromString (const std::string &dg_JobId) |
This method sets the JobId instance from the JobId in string format given as input. More... | |
std::string | toString () const |
Converts the jobId into a string. More... | |
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. More... | |
~JobId () | |
Destructor Destroy the Job Id instance. | |
Miscellaneous | |
void | clear () |
Unsets the JobId instance. More... | |
bool | isSet () |
Check wheater the jobId has been already created (true) or not (false). More... | |
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. More... | |
Get Methods | |
std::string | getServer () const |
std::string | getUnique () const |
We remind that the format of the dg_jobId is as follows: <LB address>:<LB port>/<Unique String>
|
Instantiates a JobId object from the passed dg_jobId in string format.
|
|
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.
|