ehcache

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

Packages that use TransactionIDFactory
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.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

Uses of TransactionIDFactory in net.sf.ehcache
 

Methods in net.sf.ehcache that return TransactionIDFactory
 TransactionIDFactory CacheManager.getOrCreateTransactionIDFactory()
          Get or create a TransactionIDFactory
 

Uses of TransactionIDFactory in net.sf.ehcache.terracotta
 

Methods in net.sf.ehcache.terracotta that return TransactionIDFactory
 TransactionIDFactory ClusteredInstanceFactoryWrapper.createTransactionIDFactory(String uuid, String cacheManagerName)
          Create a TransactionIDFactory
 TransactionIDFactory ClusteredInstanceFactory.createTransactionIDFactory(String uuid, String cacheManagerName)
          Create a TransactionIDFactory
 

Uses of TransactionIDFactory in net.sf.ehcache.transaction
 

Classes in net.sf.ehcache.transaction that implement TransactionIDFactory
 class DelegatingTransactionIDFactory
          A TransactionIDFactory implementation with delegates calls to either a clustered or non-clustered factory
 class TransactionIDFactoryImpl
          A TransactionIDFactory implementation with uniqueness across a single JVM
 

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

Constructors in net.sf.ehcache.transaction.xa with parameters of type TransactionIDFactory
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
 


ehcache

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