1 26 27 package org.objectweb.benchmark.proactive.latency; 28 29 31 38 public class Server 39 { 40 44 public static void main(String [] args) 45 throws Exception  46 { 47 Ping myServer = (Ping) org.objectweb.proactive.ProActive.newActive(Ping.class.getName(), new Object [0]); 48 org.objectweb.proactive.ProActive.register(myServer, "hello"); 49 } 50 } 51 52 | Popular Tags |