org.apache.axis.client.async
public interface IAsyncResult
Modifier and Type | Method and Description |
---|---|
void |
abort()
Method abort
|
java.lang.Throwable |
getException()
Method getException
|
java.lang.Object |
getResponse()
Method getResponse
|
Status |
getStatus()
Method getStatus
|
void |
waitFor(long timeout)
Method waitFor
|
void abort()
Status getStatus()
void waitFor(long timeout) throws java.lang.InterruptedException
timeout
- java.lang.InterruptedException
java.lang.Object getResponse()
java.lang.Throwable getException()
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.