|
|||||||||
| Home >> All >> org >> apache >> axis >> client >> [ async overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.axis.client.async
Class AsyncResult

java.lang.Objectorg.apache.axis.client.async.AsyncResult
- All Implemented Interfaces:
- IAsyncResult, java.lang.Runnable
- public class AsyncResult
- extends java.lang.Object
- implements IAsyncResult, java.lang.Runnable
- extends java.lang.Object
Access the results of the Async call
| Field Summary | |
private AsyncCall |
ac
Field ac |
private java.lang.Throwable |
exception
Field exception |
private javax.xml.namespace.QName |
opName
Field opName |
private java.lang.Object[] |
params
Field params |
private java.lang.Object |
response
Field response |
private Status |
status
Field status |
private java.lang.Thread |
thread
Field thread |
| Constructor Summary | |
AsyncResult(AsyncCall ac,
javax.xml.namespace.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 |
| Field Detail |
thread
private java.lang.Thread thread
- Field thread
response
private java.lang.Object response
- Field response
exception
private java.lang.Throwable exception
- Field exception
ac
private AsyncCall ac
- Field ac
opName
private javax.xml.namespace.QName opName
- Field opName
params
private java.lang.Object[] params
- Field params
status
private Status status
- Field status
| Constructor Detail |
AsyncResult
public AsyncResult(AsyncCall ac, javax.xml.namespace.QName opName, java.lang.Object[] params)
- Constructor AsyncResult
| Method Detail |
abort
public void abort()
- Method abort
- Specified by:
abortin interfaceIAsyncResult
getStatus
public Status getStatus()
- Method getStatus
- Specified by:
getStatusin interfaceIAsyncResult
waitFor
public void waitFor(long timeout)
throws java.lang.InterruptedException
- Method waitFor
- Specified by:
waitForin interfaceIAsyncResult
getResponse
public java.lang.Object getResponse()
- Method getResponse
- Specified by:
getResponsein interfaceIAsyncResult
getException
public java.lang.Throwable getException()
- Method getException
- Specified by:
getExceptionin interfaceIAsyncResult
run
public void run()
- Method run
- Specified by:
runin interfacejava.lang.Runnable
|
|||||||||
| Home >> All >> org >> apache >> axis >> client >> [ async overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.axis.client.async.AsyncResult