public interface IAsyncResult
Modifier and Type | Method and Description |
---|---|
void |
abort()
Method abort
|
Throwable |
getException()
Method getException
|
Object |
getResponse()
Method getResponse
|
Status |
getStatus()
Method getStatus
|
void |
waitFor(long timeout)
Method waitFor
|
void abort()
Status getStatus()
void waitFor(long timeout) throws InterruptedException
timeout
- InterruptedException
Object getResponse()
Throwable getException()
Copyright © The Apache Software Foundation. All Rights Reserved.