ehcache

Uses of Class
net.sf.ehcache.transaction.local.LocalTransactionStore

Packages that use LocalTransactionStore
net.sf.ehcache.transaction.local This package contains the local transactions subsystem. 
 

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

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

Constructors in net.sf.ehcache.transaction.local with parameters of type LocalTransactionStore
JtaLocalTransactionStore(LocalTransactionStore underlyingStore, TransactionManagerLookup transactionManagerLookup, TransactionController transactionController)
          Create a new JtaLocalTransactionStore instance
 


ehcache

true