Uses of Interface
org.infinispan.util.concurrent.locks.containers.LockContainer

Packages that use LockContainer
org.infinispan.util.concurrent.locks.containers   
 

Uses of LockContainer in org.infinispan.util.concurrent.locks.containers
 

Classes in org.infinispan.util.concurrent.locks.containers that implement LockContainer
 class AbstractPerEntryLockContainer
          An abstract lock container that creates and maintains a new lock per entry
 class AbstractStripedLockContainer
          A container for locks.
 class OwnableReentrantPerEntryLockContainer
          // TODO: Manik: Document this!
 class OwnableReentrantStripedLockContainer
          A LockContainer that holds OwnableReentrantLocks.
 class ReentrantPerEntryLockContainer
          // TODO: Manik: Document this!
 class ReentrantStripedLockContainer
          A LockContainer that holds ReentrantLocks
 



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