Uses of Package
org.multiverse.api.latches

Packages that use org.multiverse.api.latches
org.multiverse.api Contains the most important interfaces and classes for the Multiverse project. 
org.multiverse.api.latches This package contains Latch implementations (needed for blocking transactions). 
org.multiverse.stms Contains concrete STM implementations are abstract support structures. 
 

Classes in org.multiverse.api.latches used by org.multiverse.api
Latch
          A structure that can be used as a waiting point (just like a Future or a CountDownLatch.
 

Classes in org.multiverse.api.latches used by org.multiverse.api.latches
CheapLatch
          A Latch based on the intrinsic lock and uses the minimal amount of resources.
Latch
          A structure that can be used as a waiting point (just like a Future or a CountDownLatch.
 

Classes in org.multiverse.api.latches used by org.multiverse.stms
Latch
          A structure that can be used as a waiting point (just like a Future or a CountDownLatch.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.