Uses of Interface
org.frankframework.core.IXAEnabled
Packages that use IXAEnabled
Package
Description
-
Uses of IXAEnabled in org.frankframework.core
Subinterfaces of IXAEnabled in org.frankframework.coreModifier and TypeInterfaceDescriptioninterfaceinterfaceITransactionalStorage<S extends Serializable>Marks an implementation as responsible for storing and retrieving-back messages under transaction control. -
Uses of IXAEnabled in org.frankframework.extensions.bis
Classes in org.frankframework.extensions.bis that implement IXAEnabledModifier and TypeClassDescriptionclassDeprecated.Please use JmsListener combined with BisWrapperPipeclassDeprecated.Please use JmsSender combined with BisWrapperPipe -
Uses of IXAEnabled in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb that implement IXAEnabledModifier and TypeClassDescriptionclassESB (Enterprise Service Bus) extension of JmsListener.classESB (Enterprise Service Bus) extension ofJmsSender.classEsbJmsTransactionalStorage<S extends Serializable>ESB (Enterprise Service Bus) extension ofJmsTransactionalStorage. -
Uses of IXAEnabled in org.frankframework.extensions.fxf
Classes in org.frankframework.extensions.fxf that implement IXAEnabled -
Uses of IXAEnabled in org.frankframework.extensions.ibm
Classes in org.frankframework.extensions.ibm that implement IXAEnabled -
Uses of IXAEnabled in org.frankframework.extensions.tibco
Classes in org.frankframework.extensions.tibco that implement IXAEnabled -
Uses of IXAEnabled in org.frankframework.filesystem
Classes in org.frankframework.filesystem that implement IXAEnabledModifier and TypeClassDescriptionclassFileSystemMessageBrowser<F,FS extends IBasicFileSystem<F>> -
Uses of IXAEnabled in org.frankframework.jdbc
Classes in org.frankframework.jdbc that implement IXAEnabledModifier and TypeClassDescriptionclassJDBC implementation ofIMessageBrowser.classThis executes the query that is obtained from the (here still abstract) method getStatement.classBase class for building JDBC-senders.classQuerySender that interprets the input message as a query, possibly with attributes.classDummyTransactionalStorage<S extends Serializable>Deprecated, for removal: This API element is subject to removal in a future version.classQuerySender that assumes a fixed query, possibly with attributes.classProvides functions for JDBC connections.protected classclassJdbcListener<M>JdbcListener base class.classDeprecated, for removal: This API element is subject to removal in a future version.classDatabase Listener that operates on a table having at least a key and a status field.classclassJdbcTransactionalStorage<S extends Serializable>Implements a message log (JdbcMessageLog) or error store (JdbcErrorStorage) that uses database table IBISSTORE.classRead messages from the IBISSTORE database table previously stored by aMessageStoreSender.classSend messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener.classQuerySender that writes each row in a ResultSet to a file.classDatabase Listener that returns a count of messages available, but does not perform any locking or other management of processing messages in parallel.classStoredProcedureQuerySender is used to send stored procedure queries and retrieve the result.classQuerySender that transforms the input message to a query. -
Uses of IXAEnabled in org.frankframework.jms
Classes in org.frankframework.jms that implement IXAEnabledModifier and TypeClassDescriptionclassclassAbstractJmsMessageBrowser<M,J extends jakarta.jms.Message> Basic browser of JMS Messages.classJmsBrowser<M extends jakarta.jms.Message>classProvides functions for jms connections, queues and topics and acts as a facade to hide for clients whether aQueueorTopicis used.classA true multi-threadedListener-class.classclassJmsTransactionalStorage<S extends Serializable>Implements a message log (JmsMessageLog) or error store (JmsErrorStorage) that uses JMS technology.classA true multi-threadedListener-class.classJMSListener re-implemented as a pushing listener rather than a pulling listener. -
Uses of IXAEnabled in org.frankframework.ladybug.tibet2
Classes in org.frankframework.ladybug.tibet2 that implement IXAEnabled -
Uses of IXAEnabled in org.frankframework.util
Classes in org.frankframework.util that implement IXAEnabled