Uses of Interface
net.sf.ehcache.transaction.xa.EhcacheXAResource
-
Packages that use EhcacheXAResource Package Description 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 Modifier and Type Method Description voidDefaultTransactionManagerLookup. register(EhcacheXAResource resource, boolean forRecovery)execute txnManager specific code to register the XAResource for recovery.voidTransactionManagerLookup. register(EhcacheXAResource resource, boolean forRecovery)execute txnManager specific code to register the XAResource for recovery.voidDefaultTransactionManagerLookup. unregister(EhcacheXAResource resource, boolean forRecovery)execute txnManager specific code to unregister the XAResource for recovery.voidTransactionManagerLookup. 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 Modifier and Type Method Description voidBitronixSelector. registerResource(EhcacheXAResource ehcacheXAResource, boolean forRecovery)Register an XAResource with the transaction manager.voidSelector. registerResource(EhcacheXAResource ehcacheXAResource, boolean forRecovery)Register an XAResource with the transaction manager.voidWeblogicSelector. registerResource(EhcacheXAResource ehcacheXAResource, boolean forRecovery)Register an XAResource with the transaction manager.voidBitronixSelector. unregisterResource(EhcacheXAResource ehcacheXAResource, boolean forRecovery)Unregister an XAResource from the transaction manager.voidSelector. unregisterResource(EhcacheXAResource ehcacheXAResource, boolean forRecovery)Unregister an XAResource from the transaction manager.voidWeblogicSelector. 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 Modifier and Type Class Description classEhcacheXAResourceImplThe EhcacheXAResource implementationMethods in net.sf.ehcache.transaction.xa with parameters of type EhcacheXAResource Modifier and Type Method Description voidXAExecutionListener. afterCommitOrRollback(EhcacheXAResource xaResource)Called when the resource committed or rolled backvoidXAExecutionListener. beforePrepare(EhcacheXAResource xaResource)Called when the resource is about to prepare
-