org.apache.axis.client.async

Interface IAsyncResult

public interface IAsyncResult

Access the results of the Async call

Author: Davanum Srinivas (dims@yahoo.com)

Method Summary
voidabort()
Method abort
ThrowablegetException()
Method getException
ObjectgetResponse()
Method getResponse
StatusgetStatus()
Method getStatus
voidwaitFor(long timeout)
Method waitFor

Method Detail

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)
Method waitFor

Parameters: timeout

Throws: InterruptedException

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