ehcache

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

Packages that use LocalTransactionContext
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. 
 

Uses of LocalTransactionContext in net.sf.ehcache
 

Methods in net.sf.ehcache that return LocalTransactionContext
 LocalTransactionContext TransactionController.getCurrentTransactionContext()
          Get the transaction context bond to the current thread
 

Uses of LocalTransactionContext in net.sf.ehcache.transaction
 

Methods in net.sf.ehcache.transaction with parameters of type LocalTransactionContext
 Set<Object> ReadCommittedSoftLockFactoryImpl.getKeysInvisibleInContext(LocalTransactionContext currentTransactionContext)
          Get a Set of keys protected by soft locks which must not be visible to a transaction context according to the isolation level.
 Set<Object> SoftLockFactory.getKeysInvisibleInContext(LocalTransactionContext transactionContext)
          Get a Set of keys protected by soft locks which must not be visible to a transaction context according to the isolation level.
 


ehcache

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