Clients can be notified of changes to a database through an
A client makes an asynchronous request for notification, and this request completes when:
a transaction is committed
a transaction is rolled back
the database has been recovered
the database is closed
all read-locks are removed
Any number of notifiers can be opened by a client on the same database and they all act identically.
The lifetime of a notifier object is independent of the database that it is observing. For example, a client can close a database before closing a notifier which is observing that database. In this case, the notifier continues to report all activity on the database caused by other clients. Once the last client has closed the database, the notifier reports the status
Notifiers cannot be opened on client-side databases.
Only one request can be outstanding on a single notifier at any one time. If further database events occur while a client is handling the completion of a previous database event, the notifier remembers the most significant event; this is determined as:
a database recovery event (
a transaction rollback event (
Read-locks removed events (
Clients can be notified of changes to a database through an
A client makes an asynchronous request for notification, and this request +completes when:
+a transaction is committed
a transaction is rolled +back
the database has been +recovered
the database is closed
all read-locks are removed
Any number of notifiers can be opened by a client on the same database +and they all act identically.
+The lifetime of a notifier object is independent of the database that it
+is observing. For example, a client can close a database before closing
+a notifier which is observing that database. In this case, the notifier continues
+to report all activity on the database caused by other clients. Once the last
+client has closed the database, the notifier reports the status
Notifiers cannot be opened on client-side databases.
+Only one request can be outstanding on a single notifier at any one time. +If further database events occur while a client is handling the completion +of a previous database event, the notifier remembers the most significant +event; this is determined as:
+a database recovery
+event (
a transaction rollback
+event (
Read-locks removed events (