org.fusesource.stompjms.client.future
Interface Future<T>

All Known Implementing Classes:
CallbackFuture

public interface Future<T>

Author:
Hiram Chirino

Method Summary
 T await()
           
 T await(long amount, java.util.concurrent.TimeUnit unit)
           
 

Method Detail

await

T await()
        throws java.lang.Exception
Throws:
java.lang.Exception

await

T await(long amount,
        java.util.concurrent.TimeUnit unit)
        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.