|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.client.async.AsyncResult
Access the results of the Async call
Constructor Summary | |
AsyncResult(AsyncCall ac,
QName opName,
java.lang.Object[] params)
Constructor AsyncResult |
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AsyncResult(AsyncCall ac, QName opName, java.lang.Object[] params)
ac
- opName
- params
- Method Detail |
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |