Interface of the salomelauncher This interface is used for interaction with the unique instance of SalomeLauncher. More...
Public Member Functions | |
long | submitJob (in string xmlExecuteFile, in string clusterName) raises (SALOME::SALOME_Exception) |
long | submitSalomeJob (in string fileToExecute, in FilesList filesToExport, in FilesList filesToImport, in BatchParameters batch_params, in MachineParameters params) raises (SALOME::SALOME_Exception) |
string | queryJob (in long jobId, in MachineParameters params) raises (SALOME::SALOME_Exception) |
void | deleteJob (in long jobId, in MachineParameters params) raises (SALOME::SALOME_Exception) |
void | getResultsJob (in string directory, in long jobId, in MachineParameters params) raises (SALOME::SALOME_Exception) |
boolean | testBatch (in MachineParameters params) raises (SALOME::SALOME_Exception) |
void | Shutdown () |
long | getPID () |
Interface of the salomelauncher This interface is used for interaction with the unique instance of SalomeLauncher.