org.apache.axis.client.async

Interface IAsyncResult

Known Implementing Classes:
AsyncResult

public interface IAsyncResult

Access the results of the Async call

Author:
Davanum Srinivas (dims@yahoo.com)

Method Summary

void
abort()
Method abort
Throwable
getException()
Method getException
Object
getResponse()
Method getResponse
Status
getStatus()
Method getStatus
void
waitFor(long timeout)
Method waitFor

Method Details

abort

public void abort()
Method abort


getException

public Throwable getException()
Method getException

Returns:


getResponse

public Object getResponse()
Method getResponse

Returns:


getStatus

public Status getStatus()
Method getStatus

Returns:


waitFor

public void waitFor(long timeout)
            throws InterruptedException
Method waitFor

Parameters:
timeout -


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.