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 |
---|---|
void |
JtaLocalTransactionStore.JtaLocalEhcacheXAResource.addTwoPcExecutionListener(XAExecutionListener listener) |
Modifier and Type | Class and Description |
---|---|
private class |
XATransactionStore.CleanupXAResource
This class is used to clean up the transactionToXAResourceMap after a transaction
committed or rolled back.
|
private class |
XATransactionStore.UnregisterXAResource
This class is used to unregister the XAResource after a transaction
committed or rolled back.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<XAExecutionListener> |
EhcacheXAResourceImpl.listeners |
Modifier and Type | Method and Description |
---|---|
void |
EhcacheXAResource.addTwoPcExecutionListener(XAExecutionListener listener)
Add a listener which will be called back according to the 2PC lifecycle
|
void |
EhcacheXAResourceImpl.addTwoPcExecutionListener(XAExecutionListener listener)
Add a listener which will be called back according to the 2PC lifecycle
|