StatusRequest::StatusRequest ( long  jobId  ) 

Definition at line 10 of file StatusRequest.cpp.

00010                                        {
00011         ostringstream s;
00012         s << jobId;
00013         string jobIdStr = s.str();
00014         vector<string> v;
00015         v.push_back(jobIdStr);
00016         this->initialize(v, messageType);
00017 }


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