Package org.apache.axis.client.async
Interface IAsyncResult
-
- All Known Implementing Classes:
AsyncResult
public interface IAsyncResult
Access the results of the Async call- Author:
- Davanum Srinivas (dims@yahoo.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
abort()
Method abortjava.lang.Throwable
getException()
Method getExceptionjava.lang.Object
getResponse()
Method getResponseStatus
getStatus()
Method getStatusvoid
waitFor(long timeout)
Method waitFor
-
-
-
Method Detail
-
abort
void abort()
Method abort
-
getStatus
Status getStatus()
Method getStatus- Returns:
-
waitFor
void waitFor(long timeout) throws java.lang.InterruptedException
Method waitFor- Parameters:
timeout
-- Throws:
java.lang.InterruptedException
-
getResponse
java.lang.Object getResponse()
Method getResponse- Returns:
-
getException
java.lang.Throwable getException()
Method getException- Returns:
-
-