function doitOneWay(s) { java.lang.System.out.println( "function doitOneWay received '" + s + "' on thread " + java.lang.Thread.currentThread()); }