ehcache

Package net.sf.ehcache.transaction.xa

This package contains the functionality to provide XA support to a transactional Cache.

See: Description

Package net.sf.ehcache.transaction.xa Description

This package contains the functionality to provide XA support to a transactional Cache.

As of now, only READ_COMMITED isolation level is provided. This is being handled by both XATransactionContext (being the local transactional data) and XATransactionStore (wrapping the underlying Store instance and keeping the "in-transaction operations" on the cache in sync with the XATransactionContext XA implementation.

It also contains the JTA XAResource implementation for Ehcache: EhcacheXAResourceImpl.

ehcache

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