Interface IAsyncResult

All Known Implementing Classes:
AsyncResult

public interface IAsyncResult
Access the results of the Async call
Author:
Davanum Srinivas (dims@yahoo.com)
  • Method Details

    • abort

      void abort()
      Method abort
    • getStatus

      Status getStatus()
      Method getStatus
      Returns:
    • waitFor

      void waitFor(long timeout) throws InterruptedException
      Method waitFor
      Parameters:
      timeout -
      Throws:
      InterruptedException
    • getResponse

      Object getResponse()
      Method getResponse
      Returns:
    • getException

      Throwable getException()
      Method getException
      Returns: