Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some errors and warnings in the doc generation
[simgrid.git] / src / bindings / java / org / simgrid / msg / Host.java
index fc1322ea136d6ba3e375300e6ae5465df9c6ea12..6042b0430d42fc8247daeb6c448e4ebbd43f4f8b 100644 (file)
@@ -111,7 +111,7 @@ public class Host {
        /** Starts the host if it is off */
        public native void on();
        /** Stops the host if it is on */
-       public native void off();
+       public native void off() throws ProcessKilledError;
 
        /**
         * This method returns the speed of the processor of a host (in flops),