Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Preset JAVA_INCLUDE_PATH to user env variable.
[simgrid.git] / org / simgrid / msg / Host.java
index 905596d..136f4b2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Bindings to the MSG hosts
  *
- * Copyright 2006,2007,2010 The SimGrid Team           
+ * Copyright 2006-2012 The SimGrid Team           
  * All right reserved. 
  *
  * This program is free software; you can redistribute 
@@ -49,7 +49,7 @@ public class Host {
         *
         * @see                         Host.getByName().
         */ 
-       public long bind;
+       private long bind;
        /**
         * Host name
         */
@@ -151,7 +151,14 @@ public class Host {
         *
         */ 
        public native double getSpeed();
-
+       /**
+        * @brief Returns the value of a given host property. 
+        */
+       public native String getProperty(String name);
+       /**
+        * @brief Change the value of a given host property. 
+        */
+       public native void setProperty(String name, String value);
     /** This method tests if a host is avail.
      * @return
      */