Package | Description |
---|---|
net.sf.ehcache.transaction.local |
This package contains the local transactions subsystem.
|
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 |
JtaLocalTransactionStore.JtaLocalEhcacheXAResource.createTransactionContext() |
XATransactionContext |
JtaLocalTransactionStore.JtaLocalEhcacheXAResource.getCurrentTransactionContext() |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<javax.transaction.xa.Xid,XATransactionContext> |
EhcacheXAResourceImpl.xidToContextMap |
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 |
private XATransactionContext |
XATransactionStore.getOrCreateTransactionContext() |
private XATransactionContext |
XATransactionStore.getTransactionContext() |
Modifier and Type | Method and Description |
---|---|
private Element |
XATransactionStore.getCurrentElement(java.lang.Object key,
XATransactionContext context) |