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(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

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