Definition at line 40 of file StatusRequest.cpp.
00040 { 00041 istringstream s(getStringComponents().at(0)); 00042 long jobId; 00043 s >> jobId; 00044 return jobId; 00045 }