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

All Superinterfaces:
Future<Object>, NotifyingFuture<Object>
All Known Implementing Classes:
AggregatingNotifyingFutureImpl, NotifyingFutureImpl

public interface NotifyingNotifiableFuture<Object>
extends NotifyingFuture<Object>

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<Object> 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<Object> future)

Google Analytics

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