Uses of Interface
org.frankframework.jta.IThreadConnectableTransactionManager
Package
Description
-
Uses of IThreadConnectableTransactionManager in org.frankframework.jta
Modifier and TypeClassDescriptionclass
JtaTransactionManager-wrapper that enables to recover transaction logs produced by another instance.class
proxy class for transaction manager.class
class
Modifier 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
-
Uses of IThreadConnectableTransactionManager in org.frankframework.pipes
Modifier and TypeMethodDescriptionvoid
ForEachChildElementPipe.setTxManager
(IThreadConnectableTransactionManager<?, ?> txManager) -
Uses of IThreadConnectableTransactionManager in org.frankframework.senders
Modifier and TypeFieldDescriptionprotected IThreadConnectableTransactionManager
XsltSender.txManager
Modifier and TypeMethodDescriptionvoid
XsltSender.setTxManager
(IThreadConnectableTransactionManager txManager) -
Uses of IThreadConnectableTransactionManager in org.frankframework.threading
ModifierConstructorDescriptionThreadConnector
(Object owner, String description, ThreadLifeCycleEventListener<T> threadLifeCycleEventListener, IThreadConnectableTransactionManager<?, ?> txManager, String correlationId) ThreadConnector
(Object owner, String description, ThreadLifeCycleEventListener<T> threadLifeCycleEventListener, IThreadConnectableTransactionManager<?, ?> txManager, PipeLineSession session)