Uses of Interface
org.frankframework.jta.IThreadConnectableTransactionManager
Packages that use IThreadConnectableTransactionManager
Package
Description
-
Uses of IThreadConnectableTransactionManager in org.frankframework.jta
Classes in org.frankframework.jta that implement IThreadConnectableTransactionManagerModifier and TypeClassDescriptionclassJtaTransactionManager-wrapper that enables to recover transaction logs produced by another instance.classproxy class for transaction manager.classclassMethods in org.frankframework.jta that return IThreadConnectableTransactionManagerMethods in org.frankframework.jta with parameters of type IThreadConnectableTransactionManagerModifier and TypeMethodDescriptionstatic <T,R> TransactionConnector TransactionConnector.getInstance(IThreadConnectableTransactionManager txManager, Object owner, String description) factory method, to be called from 'main' thread.TransactionConnectorCoordinator.getInstance(IThreadConnectableTransactionManager txManager) -
Uses of IThreadConnectableTransactionManager in org.frankframework.jta.narayana
Classes in org.frankframework.jta.narayana that implement IThreadConnectableTransactionManager -
Uses of IThreadConnectableTransactionManager in org.frankframework.threading
Constructors in org.frankframework.threading with parameters of type IThreadConnectableTransactionManagerModifierConstructorDescriptionThreadConnector(Object owner, String description, ThreadLifeCycleEventListener<T> threadLifeCycleEventListener, IThreadConnectableTransactionManager txManager, String correlationId) ThreadConnector(Object owner, String description, ThreadLifeCycleEventListener<T> threadLifeCycleEventListener, IThreadConnectableTransactionManager txManager, PipeLineSession session)