Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.webservice.async
Interface FutureResult


Deprecated. please migrate to jws for webservices

public interface FutureResult


Method Summary
 boolean isCompleted()
          Deprecated. Checks to see whether the asynchronous invocation of the method has completed.
 

Method Detail

isCompleted

boolean isCompleted()
Deprecated. 
Checks to see whether the asynchronous invocation of the method has completed. Once this method returns true, you can call the end() method to pick up the result.

Returns:
true if invocation is completed and the result is ready to be picked up by calling endInvoke method

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06