org.granite.client.messaging.channel
Interface ResponseMessageFuture

All Known Implementing Classes:
AsyncToken, ImmediateFailureResponseMessageFuture

public interface ResponseMessageFuture

Author:
Franck WOLFF

Method Summary
 boolean cancel()
           
 ResponseMessage get()
           
 boolean isCancelled()
           
 boolean isDone()
           
 

Method Detail

cancel

boolean cancel()

get

ResponseMessage get()
                    throws InterruptedException,
                           ExecutionException,
                           TimeoutException
Throws:
InterruptedException
ExecutionException
TimeoutException

isCancelled

boolean isCancelled()

isDone

boolean isDone()