Oracle

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, 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.