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 TypeClassDescriptionclass
JtaTransactionManager-wrapper that enables to recover transaction logs produced by another instance.class
proxy class for transaction manager.class
class
Methods 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)