Package | Description |
---|---|
net.sf.ehcache.transaction.xa |
This package contains the functionality to provide XA support to a transactional Cache.
|
Modifier and Type | Method and Description |
---|---|
XATransactionContext |
EhcacheXAResource.createTransactionContext()
Obtain the already associated
XATransactionContext with the current Transaction,
or create a new one should none be there yet. |
XATransactionContext |
EhcacheXAResourceImpl.createTransactionContext()
Obtain the already associated
XATransactionContext with the current Transaction,
or create a new one should none be there yet. |
XATransactionContext |
EhcacheXAResource.getCurrentTransactionContext()
Gets the current
XATransactionContext associated with this resource |
XATransactionContext |
EhcacheXAResourceImpl.getCurrentTransactionContext()
Gets the current
XATransactionContext associated with this resource |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.