Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename MSG_host_is_avail() to MSG_host_is_on()
[simgrid.git] / src / bindings / java / org / simgrid / msg / Host.java
index 839c84c..07dace8 100644 (file)
@@ -199,10 +199,10 @@ public class Host {
         */
        public native void setProperty(String name, String value);
     
-       /** This method tests if a host is available.
-     * @return True if the host is available.
-     */
-       public native boolean isAvail();
+       /** This method tests if a host is up and running.
+        * @return True if the host is available.
+        */
+       public native boolean isOn();
 
        /** This methods returns the list of mount point names on an host
      * @return An array containing all mounted storages on the host