-
class
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
Deprecated, for removal: This API element is subject to removal in a future version.
class
QuerySender that assumes a fixed query, possibly with attributes.
protected class
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
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 a
MessageStoreSender
.
class
Send messages to the IBISSTORE database table to have them processed exactly-once by another
adapter which will read the messages using a
MessageStoreListener
.
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.
-
class
Locker of scheduler jobs and pipes.