Uses of Interface
net.sourceforge.domian.util.concurrent.locks.Synchronizer

Packages that use Synchronizer
net.sourceforge.domian.repository   
net.sourceforge.domian.util.concurrent.locks   
 

Uses of Synchronizer in net.sourceforge.domian.repository
 

Fields in net.sourceforge.domian.repository declared as Synchronizer
protected  Synchronizer PartitionRepositoryInvocationHandler.synchronizer
          A synchronizer used to control concurrent and exclusive access to repository methods.
protected  Synchronizer AbstractDomianCoreRepository.synchronizer
          A synchronizer used to control concurrent and exclusive access to repository methods.
 

Methods in net.sourceforge.domian.repository that return Synchronizer
protected  Synchronizer AbstractDomianCoreRepository.getSynchronizer()
           
 

Methods in net.sourceforge.domian.repository with parameters of type Synchronizer
 void AbstractDomianCoreRepository.setSynchronizer(Synchronizer synchronizer)
           
 

Constructors in net.sourceforge.domian.repository with parameters of type Synchronizer
PartitionRepositoryInvocationHandler(Repository<T> repositoryDelegate, Synchronizer synchronizer, java.lang.Boolean executeOperationsExclusivelyOnly)
           
PartitionRepositoryReuseInvocationHandler(Repository<T> repositoryDelegate, Synchronizer synchronizer, java.lang.Boolean executeOperationsExclusivelyOnly)
           
 

Uses of Synchronizer in net.sourceforge.domian.util.concurrent.locks
 

Classes in net.sourceforge.domian.util.concurrent.locks that implement Synchronizer
 class SemaphoreSynchronizer
          A Synchronizer implementation using two Semaphore instances.
 



Copyright © 2006-2010. All Rights Reserved.