Class TransactionXaAdapter

  • All Implemented Interfaces:
    XAResource

    public class TransactionXaAdapter
    extends org.infinispan.transaction.impl.AbstractEnlistmentAdapter
    implements XAResource
    This acts both as an local CacheTransaction and implementor of an XAResource that will be called by tx manager on various tx stages.
    Since:
    4.0
    Author:
    Mircea.Markus@jboss.com