ehcache

Uses of Interface
net.sf.ehcache.transaction.SoftLock

Packages that use SoftLock
net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. 
net.sf.ehcache.transaction.local This package contains the local transactions subsystem. 
 

Uses of SoftLock in net.sf.ehcache.transaction
 

Classes in net.sf.ehcache.transaction that implement SoftLock
 class ReadCommittedSoftLockImpl
          A SoftLock implementation with Read-Committed isolation level
 

Methods in net.sf.ehcache.transaction that return SoftLock
 SoftLock ReadCommittedSoftLockFactoryImpl.createSoftLock(TransactionID transactionID, Object key, Element newElement, Element oldElement, boolean pinned)
          Create a new, unlocked soft lock
 SoftLock SoftLockFactory.createSoftLock(TransactionID transactionID, Object key, Element newElement, Element oldElement, boolean pinned)
          Create a new, unlocked soft lock
 

Methods in net.sf.ehcache.transaction that return types with arguments of type SoftLock
 Set<SoftLock> ReadCommittedSoftLockFactoryImpl.collectAllSoftLocksForTransactionID(TransactionID transactionID)
          Get a the soft locks of the specified transaction ID
 Set<SoftLock> SoftLockFactory.collectAllSoftLocksForTransactionID(TransactionID transactionID)
          Get a the soft locks of the specified transaction ID
 

Uses of SoftLock in net.sf.ehcache.transaction.local
 

Methods in net.sf.ehcache.transaction.local that return types with arguments of type SoftLock
 List<SoftLock> LocalTransactionContext.getSoftLocksForCache(String cacheName)
          Get all soft locks registered in this context for a specific cache
 

Methods in net.sf.ehcache.transaction.local with parameters of type SoftLock
 void LocalTransactionContext.registerSoftLock(String cacheName, LocalTransactionStore store, SoftLock softLock)
          Register a soft lock in the context
 void LocalTransactionContext.updateSoftLock(String cacheName, SoftLock softLock)
          Update a soft lock already registered in the context
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.