Class RemoteTransactionManager

java.lang.Object
org.infinispan.commons.tx.TransactionManagerImpl
org.infinispan.client.hotrod.transaction.manager.RemoteTransactionManager
All Implemented Interfaces:
javax.transaction.TransactionManager

public final class RemoteTransactionManager extends TransactionManagerImpl
A simple TransactionManager implementation.

It provides the basic to handle Transactions and supports any XAResource.

Implementation notes:

If you need any of the requirements above, please consider use another implementation.

Also, it does not implement any 1-phase-commit optimization.

Since:
9.3
Author:
Pedro Ruivo