public class AsyncResult extends java.lang.Object implements IAsyncResult, java.lang.Runnable
| Constructor and Description |
|---|
AsyncResult(AsyncCall ac,
QName opName,
java.lang.Object[] params)
Constructor AsyncResult
|
| 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 |
run()
Method run
|
void |
waitFor(long timeout)
Method waitFor
|
public void abort()
abort in interface IAsyncResultpublic Status getStatus()
getStatus in interface IAsyncResultpublic void waitFor(long timeout)
throws java.lang.InterruptedException
waitFor in interface IAsyncResulttimeout - java.lang.InterruptedExceptionpublic java.lang.Object getResponse()
getResponse in interface IAsyncResultpublic java.lang.Throwable getException()
getException in interface IAsyncResultpublic void run()
run in interface java.lang.RunnableCopyright ? 2005 Apache Web Services Project. All Rights Reserved.