org.infinispan.util.concurrent
Interface NotifyingNotifiableFuture<T>

All Superinterfaces:
Future<T>, NotifyingFuture<T>
All Known Implementing Classes:
AggregatingNotifyingFutureBuilder, AggregatingNotifyingFutureImpl, DefaultExecutorService.DistributedRunnableFuture, DeferredReturnFuture, NoOpFuture, NotifyingFutureImpl

public interface NotifyingNotifiableFuture<T>
extends NotifyingFuture<T>

An internal interface which adds the ability to inform the future of completion.

Since:
4.0
Author:
Manik Surtani

Method Summary
 void notifyDone()
           
 void setNetworkFuture(Future<T> future)
           
 
Methods inherited from interface org.infinispan.util.concurrent.NotifyingFuture
attachListener
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 

Method Detail

notifyDone

void notifyDone()

setNetworkFuture

void setNetworkFuture(Future<T> future)

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.