|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The FutureResult object acts as a placeholder for the impending result of an asynchronous invoke of a Web Service.
For example, assume a Web service has an operation with the following signature:
String buy(String ticker, int num);
To invoke the operation asynchronously, you use the following two methods from the clientgen-generated stubs:
FutureResult startBuy(String ticker, int num, AsyncInfo ctx);
String endBuy(FutureResult res);
| Method Summary | |
boolean |
isCompleted()
Checks to see whether the asynchronous invocation of the method has completed. |
| Method Detail |
public boolean isCompleted()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||