Salome HOME
Distributed salome session run now in temporary directory and not inb Application...
[modules/kernel.git] / src / Launcher / Launcher.hxx
index 33e7fd76c238ce0d9835c3e6dceef564f4037ce0..279adbdc3e1c3db1a7a3afdd26596151bd832bcf 100644 (file)
@@ -78,11 +78,11 @@ public:
                       const machineParams& params) throw(LauncherException);
 
   std::string queryJob( const long jobId, const machineParams& params) throw(LauncherException);
-  std::string queryJob( const long jobId, const std::string clusterName);
+  std::string queryJob( const long jobId, const std::string clusterName) throw(LauncherException);
   void deleteJob( const long jobId, const machineParams& params) throw(LauncherException);
-  void deleteJob( const long jobId, const std::string clusterName);
+  void deleteJob( const long jobId, const std::string clusterName) throw(LauncherException);
   void getResultsJob( const std::string directory, const long jobId, const machineParams& params ) throw(LauncherException);
-  void getResultsJob( const std::string directory, const long jobId, const std::string clusterName );
+  void getResultsJob( const std::string directory, const long jobId, const std::string clusterName ) throw (LauncherException);
 
   void SetResourcesManager( ResourcesManager_cpp* rm ) { _ResManager = rm; }