Interface ITransactionManagerProvider

All Known Implementing Classes:
DistributedTransactionManagerProvider, LookupDistributedTransactionManagerProvider

public interface ITransactionManagerProvider
Interace for a transaction manager provider.
Since:
8.0
Author:
idan
  • Method Details

    • getTransactionManager

      TransactionManager getTransactionManager()
      Gets the provider's associated transaction manager.
    • destroy

      void destroy() throws RemoteException
      Destroys the provider's associated transaction manager.
      Throws:
      RemoteException