ehcache

Uses of Class
net.sf.ehcache.TransactionController

Packages that use TransactionController
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.transaction.local This package contains the local transactions subsystem. 
 

Uses of TransactionController in net.sf.ehcache
 

Methods in net.sf.ehcache that return TransactionController
 TransactionController CacheManager.getTransactionController()
          Get the TransactionController
 

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

Constructors in net.sf.ehcache.transaction.local with parameters of type TransactionController
JtaLocalTransactionStore(LocalTransactionStore underlyingStore, TransactionManagerLookup transactionManagerLookup, TransactionController transactionController)
          Create a new JtaLocalTransactionStore instance
LocalTransactionStore(TransactionController transactionController, TransactionIDFactory transactionIdFactory, SoftLockManager softLockManager, Ehcache cache, Store store, ElementValueComparator comparator)
          Create a new LocalTransactionStore instance
 


ehcache

Copyright 2001-2017, Terracotta, Inc.