Package org.apache.axis.client.async
Class AsyncResult
java.lang.Object
org.apache.axis.client.async.AsyncResult
- All Implemented Interfaces:
Runnable
,IAsyncResult
Access the results of the Async call
- Author:
- Davanum Srinivas (dims@yahoo.com)
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncResult
(AsyncCall ac, QName opName, Object[] params) Constructor AsyncResult -
Method Summary
-
Constructor Details
-
AsyncResult
Constructor AsyncResult- Parameters:
ac
-opName
-params
-
-
-
Method Details
-
abort
public void abort()Method abort- Specified by:
abort
in interfaceIAsyncResult
-
getStatus
Method getStatus- Specified by:
getStatus
in interfaceIAsyncResult
- Returns:
-
waitFor
Method waitFor- Specified by:
waitFor
in interfaceIAsyncResult
- Parameters:
timeout
-- Throws:
InterruptedException
-
getResponse
Method getResponse- Specified by:
getResponse
in interfaceIAsyncResult
- Returns:
-
getException
Method getException- Specified by:
getException
in interfaceIAsyncResult
- Returns:
-
run
public void run()Method run
-