Searched refs:helloAsync (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/tests/quicklook/ejb/remoteview/src/java/
H A DHello.java51 Future<String> helloAsync(); method in interface:Hello
H A DHelloBean.java67 public Future<String> helloAsync() { method in class:HelloBean
68 System.out.println("In HelloBean::helloAsync()");
/glassfish-3.1.2/tests/quicklook/ejb/remoteview/src/test/
H A DRemoteViewTestNG.java62 Future<String> future = hello.helloAsync();
63 hello.helloAsync();
64 hello.helloAsync();
65 hello.helloAsync();
69 //System.out.println("helloAsync() says : " + result);

Completed in 108 milliseconds