long StatusRequest::getJobId (  ) 

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 }


Generated on Wed Jun 25 14:47:15 2008 for keyvil by  doxygen 1.5.1