Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New version of the java bindings by Malek, passing all [existing] tests
[simgrid.git] / examples / java / suspend / LazyGuy.java
index 19288e1..225e6f6 100644 (file)
 import simgrid.msg.*;
 
 public class LazyGuy extends simgrid.msg.Process {
+       
+       
+       public LazyGuy() {
+       super();
+    }
     
+     public LazyGuy(Host host,String name) 
+     throws NullPointerException, HostNotFoundException, JniException, NativeException
+     {
+               super(host,name,null);
+       }
+       
+        
     public void main(String[] args) throws JniException, NativeException {
        Msg.info("Hello !");