summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.js')
-rw-r--r--sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.js b/sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.js
new file mode 100644
index 0000000000..fbde7da611
--- /dev/null
+++ b/sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.js
@@ -0,0 +1,7 @@
+function doitOneWay(s) {
+ java.lang.System.out.println(
+ "function doitOneWay received '" + s + "' on thread " + java.lang.Thread.currentThread());
+}
+
+
+