Package | Description |
---|---|
net.sf.ehcache.transaction.xa |
This package contains the functionality to provide XA support to a transactional Cache.
|
net.sf.ehcache.transaction.xa.processor |
XAResource requests processor.
|
Modifier and Type | Method and Description |
---|---|
EhcacheXAResourceImpl |
XATransactionStore.getOrCreateXAResource()
Get or create the XAResource of this XA store
|
Modifier and Type | Field and Description |
---|---|
private EhcacheXAResourceImpl |
XARequestProcessor.resourceImpl |
private EhcacheXAResourceImpl |
XARequestProcessor.XARequestCallable.resourceImpl |
Constructor and Description |
---|
XARequestCallable(EhcacheXAResourceImpl resourceImpl,
XARequest request,
javax.transaction.xa.Xid xid)
Constructor
|
XARequestProcessor(EhcacheXAResourceImpl resourceImpl)
Constructor
|