Package org.apache.axis.client.async
Interface IAsyncResult
-
- All Known Implementing Classes:
AsyncResult
public interface IAsyncResultAccess 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 voidabort()Method abortjava.lang.ThrowablegetException()Method getExceptionjava.lang.ObjectgetResponse()Method getResponseStatusgetStatus()Method getStatusvoidwaitFor(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.InterruptedExceptionMethod waitFor- Parameters:
timeout-- Throws:
java.lang.InterruptedException
-
getResponse
java.lang.Object getResponse()
Method getResponse- Returns:
-
getException
java.lang.Throwable getException()
Method getException- Returns:
-
-