Uses of Class
net.sf.ehcache.transaction.local.LocalTransactionStore
-
Packages that use LocalTransactionStore Package Description 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 Modifier and Type Method Description voidLocalTransactionContext. registerSoftLock(java.lang.String cacheName, LocalTransactionStore store, SoftLock softLock)Register a soft lock in the contextConstructors in net.sf.ehcache.transaction.local with parameters of type LocalTransactionStore Constructor Description JtaLocalTransactionStore(LocalTransactionStore underlyingStore, TransactionManagerLookup transactionManagerLookup, TransactionController transactionController)Create a new JtaLocalTransactionStore instance
-