org.apache.qpid.transport
Interface Future<T>


public interface Future<T>

Future


Method Summary
 T get()
           
 boolean isDone()
           
 

Method Detail

get

T get()

isDone

boolean isDone()


Licensed to the Apache Software Foundation