Class RemoteTransactionManager

  • All Implemented Interfaces:
    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