Uses of Interface
org.infinispan.commons.tx.AsyncXaResource
Package
Description
XA transaction support.
-
Uses of AsyncXaResource in org.infinispan.cache.impl
-
Uses of AsyncXaResource in org.infinispan.commons.tx
Modifier and TypeMethodDescriptionDefaultResourceConverter.convertXaResource
(XAResource resource) TransactionResourceConverter.convertXaResource
(XAResource resource) -
Uses of AsyncXaResource in org.infinispan.transaction.xa
Modifier and TypeClassDescriptionclass
This acts both as an localCacheTransaction
and implementor of anXAResource
that will be called by tx manager on various tx stages.