org.apache.axis.client.async
public class AsyncResult extends Object implements IAsyncResult, Runnable
| Constructor Summary | |
|---|---|
| AsyncResult(AsyncCall ac, QName opName, Object[] params)
Constructor AsyncResult
| |
| Method Summary | |
|---|---|
| void | abort()
Method abort |
| Throwable | getException()
Method getException
|
| Object | getResponse()
Method getResponse
|
| Status | getStatus()
Method getStatus
|
| void | run()
Method run |
| void | waitFor(long timeout)
Method waitFor
|
Parameters: ac opName params
Returns:
Returns:
Returns:
Parameters: timeout
Throws: InterruptedException