Uses of Class
goldengate.common.future.GgFuture

Packages that use GgFuture
goldengate.common.future Classes implementing Future 
 

Uses of GgFuture in goldengate.common.future
 

Subclasses of GgFuture in goldengate.common.future
 class GgChannelFuture
          Future that hold a channel as result
 class GgCompletedFuture
          Future completed
 class GgFailedFuture
          Future in failure
 class GgSucceededFuture
          Future in success
 

Methods in goldengate.common.future that return GgFuture
 GgFuture GgFuture.await()
          Waits for this future to be completed.
 GgFuture GgCompletedFuture.await()
           
 GgFuture GgFuture.awaitUninterruptibly()
          Waits for this future to be completed without interruption.
 GgFuture GgCompletedFuture.awaitUninterruptibly()
           
 GgFuture GgSucceededFuture.rethrowIfFailed()
           
 GgFuture GgFuture.rethrowIfFailed()
          Rethrows the exception that caused this future fail if this future is complete and failed.
 GgFuture GgFailedFuture.rethrowIfFailed()
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.