ehcache

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

Packages that use SoftLockFactory
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. 
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. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
net.sf.ehcache.transaction.xa.commands This package contains a representation of the queued commands which can be executed against a XA store. 
 

Uses of SoftLockFactory in net.sf.ehcache
 

Methods in net.sf.ehcache that return SoftLockFactory
 SoftLockFactory CacheManager.getSoftLockFactory(String cacheName)
          Get the SoftLockFactory of a cache
 

Uses of SoftLockFactory in net.sf.ehcache.terracotta
 

Methods in net.sf.ehcache.terracotta that return SoftLockFactory
 SoftLockFactory ClusteredInstanceFactoryWrapper.getOrCreateSoftLockFactory(Ehcache cache)
          Create a SoftLockFactory for a cache
 SoftLockFactory ClusteredInstanceFactory.getOrCreateSoftLockFactory(Ehcache cache)
          Create a SoftLockFactory for a cache
 

Uses of SoftLockFactory in net.sf.ehcache.transaction
 

Classes in net.sf.ehcache.transaction that implement SoftLockFactory
 class ReadCommittedSoftLockFactoryImpl
          A SoftLockFactory implementation which creates soft locks with Read-Committed isolation level
 

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

Constructors in net.sf.ehcache.transaction.local with parameters of type SoftLockFactory
LocalTransactionStore(TransactionController transactionController, SoftLockFactory softLockFactory, Ehcache cache, Store store, ReadWriteCopyStrategy<Element> copyStrategy)
          Create a new LocalTransactionStore instance
 

Uses of SoftLockFactory in net.sf.ehcache.transaction.xa
 

Constructors in net.sf.ehcache.transaction.xa with parameters of type SoftLockFactory
EhcacheXAResourceImpl(Ehcache cache, Store underlyingStore, TransactionManagerLookup txnManagerLookup, SoftLockFactory softLockFactory, TransactionIDFactory transactionIDFactory, ReadWriteCopyStrategy<Element> copyStrategy)
          Constructor
XATransactionStore(TransactionManagerLookup transactionManagerLookup, SoftLockFactory softLockFactory, TransactionIDFactory transactionIdFactory, Ehcache cache, Store store, ReadWriteCopyStrategy<Element> copyStrategy)
          Constructor
 

Uses of SoftLockFactory in net.sf.ehcache.transaction.xa.commands
 

Methods in net.sf.ehcache.transaction.xa.commands with parameters of type SoftLockFactory
 boolean Command.prepare(Store store, SoftLockFactory softLockFactory, XidTransactionID transactionId, ElementValueComparator comparator)
          Prepare the commmand un the underlying store
 boolean AbstractStoreCommand.prepare(Store store, SoftLockFactory softLockFactory, XidTransactionID transactionId, ElementValueComparator comparator)
          Prepare the commmand un the underlying store
 


ehcache

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