Skip navigation links

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 Ehcache support for JTA XAResource: EhcacheXAResourceImpl.

Skip navigation links

Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.