| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | GgChannelFutureFuture that hold a channel as result | 
|  class | GgCompletedFutureFuture completed | 
|  class | GgFailedFutureFuture in failure | 
|  class | GgSucceededFutureFuture 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() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||