Adapter for JDBC 10.3 | webMethods Adapter for JDBC Documentation | webMethods Adapter for JDBC Installation and User’s Documentation | Overview of the Adapter | Adapter Notifications | Adapter Notification Templates
 
Adapter Notification Templates
Adapter for JDBC provides the following adapter notification templates:
Notification Type
Notification Template
Description
Insert Notification
InsertNotification
Publishes notification of insert operations on a database table.
For instructions, see Configuring InsertNotifications.
Update Notification
UpdateNotification
Publishes notification of update operations on a database table.
For instructions, see Configuring UpdateNotifications.
Delete Notification
DeleteNotification
Publishes notification of delete operations on a database table.
For instructions, see Configuring DeleteNotifications.
Basic Notification
BasicNotification
Polls a database table for data using a SQL Select operation.
For instructions, see Configuring BasicNotifications.
Stored Procedure Notification
StoredProcedure Notification
Publishes notification data by calling a stored procedure inside of a database.
Stored Procedure Notification with Signature
StoredProcedure NotificationWith Signature
Publishes notification data by calling a stored procedure inside of a database. Obtains the stored procedure's parameters by introspecting and listing the signature of the stored procedure at the time you configure the notification.
Ordered Notification
OrderedNotification
Publishes notification data for multiple insert, update, or delete operations on multiple tables for a given database.
For instructions, see Configuring OrderedNotifications.