Searched defs:asyncCancel (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/tests/quicklook/ejb/remoteview/src/java/
H A DHello.java59 Future<String> asyncCancel(int seconds) throws Exception; method in interface:Hello
H A DHelloBean.java93 public Future<String> asyncCancel(int seconds) throws Exception method in class:HelloBean
95 System.out.println("In HelloBean::asyncCancel");
100 return new AsyncResult<String>("asyncCancel() should have been cancelled");

Completed in 11 milliseconds