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<T, R> TransactionConnector.getInstance
(IThreadConnectableTransactionManager<T, R> txManager, Object owner, String description) factory method, to be called from 'main' thread.static <T,
R> TransactionConnectorCoordinator<T, R> TransactionConnectorCoordinator.getInstance
(IThreadConnectableTransactionManager<T, R> txManager) -
Uses of IThreadConnectableTransactionManager in org.frankframework.jta.narayana
Classes in org.frankframework.jta.narayana that implement IThreadConnectableTransactionManager -
Uses of IThreadConnectableTransactionManager in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type IThreadConnectableTransactionManagerModifier and TypeMethodDescriptionvoid
ForEachChildElementPipe.setTxManager
(IThreadConnectableTransactionManager<?, ?> txManager) -
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)