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 IAsyncResult
public Status getStatus()
getStatus
in interface IAsyncResult
public void waitFor(long timeout) throws java.lang.InterruptedException
waitFor
in interface IAsyncResult
timeout
- java.lang.InterruptedException
public java.lang.Object getResponse()
getResponse
in interface IAsyncResult
public java.lang.Throwable getException()
getException
in interface IAsyncResult
public void run()
run
in interface java.lang.Runnable
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.