Uses of Interface
org.frankframework.core.ITransactionalStorage
Packages that use ITransactionalStorage
Package
Description
-
Uses of ITransactionalStorage in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb that implement ITransactionalStorageModifier and TypeClassDescriptionclassEsbJmsTransactionalStorage<S extends Serializable>ESB (Enterprise Service Bus) extension ofJmsTransactionalStorage. -
Uses of ITransactionalStorage in org.frankframework.jdbc
Classes in org.frankframework.jdbc that implement ITransactionalStorageModifier and TypeClassDescriptionclassDummyTransactionalStorage<S extends Serializable>Deprecated, for removal: This API element is subject to removal in a future version.classJdbcTransactionalStorage<S extends Serializable>Implements a message log (JdbcMessageLog) or error store (JdbcErrorStorage) that uses database table IBISSTORE.classSend messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener. -
Uses of ITransactionalStorage in org.frankframework.jms
Classes in org.frankframework.jms that implement ITransactionalStorageModifier and TypeClassDescriptionclassJmsTransactionalStorage<S extends Serializable>Implements a message log (JmsMessageLog) or error store (JmsErrorStorage) that uses JMS technology. -
Uses of ITransactionalStorage in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type ITransactionalStorageModifier and TypeMethodDescriptionvoidAsyncSenderWithListenerPipe.setMessageLog(ITransactionalStorage<?> messageLog) voidMessageSendingPipe.setMessageLog(ITransactionalStorage<?> messageLog) log of all messages sentvoidSenderPipe.setMessageLog(ITransactionalStorage<?> messageLog) -
Uses of ITransactionalStorage in org.frankframework.receivers
Methods in org.frankframework.receivers with parameters of type ITransactionalStorageModifier and TypeMethodDescriptionvoidReceiver.setErrorStorage(ITransactionalStorage<Serializable> errorStorage) Storage to keep track of messages that failed processingvoidReceiver.setMessageLog(ITransactionalStorage<Serializable> messageLog) Storage to keep track of all messages processed correctly