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 TypeInterfaceDescriptioninterface
interface
ITransactionalStorage<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 TypeClassDescriptionclass
Deprecated.Please use JmsListener combined with BisWrapperPipeclass
Deprecated.Please use JmsSender combined with BisWrapperPipe -
Uses of IXAEnabled in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb that implement IXAEnabledModifier and TypeClassDescriptionclass
ESB (Enterprise Service Bus) extension of JmsListener.class
ESB (Enterprise Service Bus) extension of @{codeJmsSender}.class
EsbJmsTransactionalStorage<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 TypeClassDescriptionclass
FileSystemMessageBrowser<F,
FS extends IBasicFileSystem<F>> -
Uses of IXAEnabled in org.frankframework.jdbc
Classes in org.frankframework.jdbc that implement IXAEnabledModifier and TypeClassDescriptionclass
JDBC implementation ofIMessageBrowser
.class
This executes the query that is obtained from the (here still abstract) method getStatement.class
Base class for building JDBC-senders.class
QuerySender that interprets the input message as a query, possibly with attributes.class
DummyTransactionalStorage<S extends Serializable>
Deprecated, for removal: This API element is subject to removal in a future version.class
QuerySender that assumes a fixed query, possibly with attributes.class
Provides functions for JDBC connections.protected class
class
JdbcListener<M>
JdbcListener base class.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Database Listener that operates on a table having at least a key and a status field.class
class
JdbcTransactionalStorage<S extends Serializable>
Implements a message log (JdbcMessageLog
) or error store (JdbcErrorStorage
) that uses database table IBISSTORE.class
Read messages from the IBISSTORE database table previously stored by aMessageStoreSender
.class
Send messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener
.class
QuerySender that writes each row in a ResultSet to a file.class
Database Listener that returns a count of messages available, but does not perform any locking or other management of processing messages in parallel.class
StoredProcedureQuerySender is used to send stored procedure queries and retrieve the result.class
QuerySender that transforms the input message to a query. -
Uses of IXAEnabled in org.frankframework.jms
Classes in org.frankframework.jms that implement IXAEnabledModifier and TypeClassDescriptionclass
class
AbstractJmsMessageBrowser<M,
J extends jakarta.jms.Message> Basic browser of JMS Messages.class
JmsBrowser<M extends jakarta.jms.Message>
class
Provides functions for jms connections, queues and topics and acts as a facade to hide for clients whether aQueue
orTopic
is used.class
A true multi-threadedListener
-class.class
class
JmsTransactionalStorage<S extends Serializable>
Implements a message log (JmsMessageLog
) or error store (JmsErrorStorage
) that uses JMS technology.class
A true multi-threadedListener
-class.class
JMSListener 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