Interface IAsyncResult

  • All Known Implementing Classes:
    AsyncResult

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

      • abort

        void abort()
        Method abort
      • getStatus

        Status getStatus()
        Method getStatus
        Returns:
      • waitFor

        void waitFor​(long timeout)
              throws java.lang.InterruptedException
        Method waitFor
        Parameters:
        timeout -
        Throws:
        java.lang.InterruptedException
      • getResponse

        java.lang.Object getResponse()
        Method getResponse
        Returns:
      • getException

        java.lang.Throwable getException()
        Method getException
        Returns: