Uses of Interface
net.sf.sasl.distributed.lock.ILockProvider

Packages that use ILockProvider
net.sf.sasl.distributed.lock.hazelcast   
net.sf.sasl.distributed.lock.impl   
 

Uses of ILockProvider in net.sf.sasl.distributed.lock.hazelcast
 

Classes in net.sf.sasl.distributed.lock.hazelcast that implement ILockProvider
 class HazelcastLockProvider
          Adapter which provides lock operations via hazelcast.
 

Uses of ILockProvider in net.sf.sasl.distributed.lock.impl
 

Methods in net.sf.sasl.distributed.lock.impl that return ILockProvider
 ILockProvider LockSessionFactory.getLockProvider()
           
 

Methods in net.sf.sasl.distributed.lock.impl with parameters of type ILockProvider
 void LockSessionFactory.setLockProvider(ILockProvider lockProvider)
          Sets the lock provider of which created lock sessions will acquire, lock and unlock locks.
 



Copyright © 2010. All Rights Reserved.