Salome HOME
Idl documentation
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Tue, 30 Aug 2016 13:45:48 +0000 (15:45 +0200)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Tue, 30 Aug 2016 13:45:48 +0000 (15:45 +0200)
idl/SALOME_ContainerManager.idl

index 860dfb855f0454a740fa2b0107bb23a571b335f2..68657c71a8ebe0acf5a8001468ea2cc9cebb7c3c 100644 (file)
@@ -40,9 +40,15 @@ struct ContainerParameters
   string container_name;
 
   //! creation mode for GiveContainer if given else automatic 
-  /*!start creates a new container
-   * get  try to find an existing container
-   * getorstart   use an existing container if it exists or creates a new one
+  /*! List of possible values:
+   * "find" : search the first container whose name is container_name on
+   *          resources listed in resource_params.resList.
+   *          Return nil if none found.
+   * "findorstart" : same as "find", but start a new container if none found.
+   * "start" : create a new container. If there is already a container with the
+   *           same name on the chosen resource, it will be shut down.
+   * "get" : search an existing container on the best fitting resource.
+   * "getorstart" : same as "get", but start a new container if none found.
    */
   string mode;