Uses of Package
org.infinispan.util.concurrent

Packages that use org.infinispan.util.concurrent
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.remoting.rpc   
org.infinispan.util.concurrent   
 

Classes in org.infinispan.util.concurrent used by org.infinispan
NotifyingFuture
          A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the future completes.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.config
IsolationLevel
          Various transaction isolation levels as an enumerated class.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.factories
TimeoutException
          Thrown when a timeout occurred.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.remoting.rpc
NotifyingNotifiableFuture
          An internal interface which adds the ability to inform the future of completion.
 

Classes in org.infinispan.util.concurrent used by org.infinispan.util.concurrent
FutureListener
          A listener that is called back when a future is done.
IsolationLevel
          Various transaction isolation levels as an enumerated class.
NotifyingFuture
          A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the future completes.
NotifyingFutureImpl
          Constructs an instance of a NotifyingFuture.
NotifyingNotifiableFuture
          An internal interface which adds the ability to inform the future of completion.
 



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