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:
abortin interfaceIAsyncResult
-
getStatus
Method getStatus- Specified by:
getStatusin interfaceIAsyncResult- Returns:
-
waitFor
Method waitFor- Specified by:
waitForin interfaceIAsyncResult- Parameters:
timeout-- Throws:
InterruptedException
-
getResponse
Method getResponse- Specified by:
getResponsein interfaceIAsyncResult- Returns:
-
getException
Method getException- Specified by:
getExceptionin interfaceIAsyncResult- Returns:
-
run
public void run()Method run
-