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