|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EhcacheXAResource | |
---|---|
net.sf.ehcache.transaction.manager | This package contains the ehcache lookup interface for the supported JTA transaction managers. |
net.sf.ehcache.transaction.manager.selector | This package contains JTA transaction managers selectors. |
net.sf.ehcache.transaction.xa | This package contains the functionality to provide XA support to a transactional Cache. |
Uses of EhcacheXAResource in net.sf.ehcache.transaction.manager |
---|
Methods in net.sf.ehcache.transaction.manager with parameters of type EhcacheXAResource | |
---|---|
void |
TransactionManagerLookup.register(EhcacheXAResource resource,
boolean forRecovery)
execute txnManager specific code to register the XAResource for recovery. |
void |
DefaultTransactionManagerLookup.register(EhcacheXAResource resource,
boolean forRecovery)
execute txnManager specific code to register the XAResource for recovery. |
void |
TransactionManagerLookup.unregister(EhcacheXAResource resource,
boolean forRecovery)
execute txnManager specific code to unregister the XAResource for recovery. |
void |
DefaultTransactionManagerLookup.unregister(EhcacheXAResource resource,
boolean forRecovery)
execute txnManager specific code to unregister the XAResource for recovery. |
Uses of EhcacheXAResource in net.sf.ehcache.transaction.manager.selector |
---|
Methods in net.sf.ehcache.transaction.manager.selector with parameters of type EhcacheXAResource | |
---|---|
void |
WeblogicSelector.registerResource(EhcacheXAResource ehcacheXAResource,
boolean forRecovery)
Register an XAResource with the transaction manager. |
void |
Selector.registerResource(EhcacheXAResource ehcacheXAResource,
boolean forRecovery)
Register an XAResource with the transaction manager. |
void |
BitronixSelector.registerResource(EhcacheXAResource ehcacheXAResource,
boolean forRecovery)
Register an XAResource with the transaction manager. |
void |
WeblogicSelector.unregisterResource(EhcacheXAResource ehcacheXAResource,
boolean forRecovery)
Unregister an XAResource from the transaction manager. |
void |
Selector.unregisterResource(EhcacheXAResource ehcacheXAResource,
boolean forRecovery)
Unregister an XAResource from the transaction manager. |
void |
BitronixSelector.unregisterResource(EhcacheXAResource ehcacheXAResource,
boolean forRecovery)
Unregister an XAResource from the transaction manager. |
Uses of EhcacheXAResource in net.sf.ehcache.transaction.xa |
---|
Classes in net.sf.ehcache.transaction.xa that implement EhcacheXAResource | |
---|---|
class |
EhcacheXAResourceImpl
The EhcacheXAResource implementation |
Methods in net.sf.ehcache.transaction.xa with parameters of type EhcacheXAResource | |
---|---|
void |
XAExecutionListener.afterCommitOrRollback(EhcacheXAResource xaResource)
Called when the resource committed or rolled back |
void |
XAExecutionListener.beforePrepare(EhcacheXAResource xaResource)
Called when the resource is about to prepare |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |