BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.webservice.async
Interface FutureResult


Deprecated. please migrate to jws for webservices

public interface FutureResult

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

isCompleted

public 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/docs90
Copyright 2005 BEA Systems Inc.