summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.js
blob: fbde7da6114ab8652c7694e5c835ce25a3f08b79 (plain)
1
2
3
4
5
6
7
function doitOneWay(s) {
   java.lang.System.out.println(
      "function doitOneWay received '" + s + "' on thread " + java.lang.Thread.currentThread());
}