Listeners and Listener Notifications

Hi All,

We are on the course of implementing listener and listener notification for our adapter.

Need to know, which method is to be called by the database server to communicate with the adapter along with the modifications done in the database

Listener class extends WmConnectedListener
ListenerNotification class extends WmAsyncListenerNotification

Regards, Aravind

Hi All,

From our database server we would publish a document in a particular topic and from IS side, we thought of accessing the broker , so that waitForData() listens to that and gets notified when an event occurs.

For this to happen, we need to create the topic in the Broker.

How can we access Broker in our Listener class.

Is this the right approach…?

Regards, Aravind