IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Event notification

When an application starts a session or terminates a session, the Client/Server Service sends a CSSessionStatusChangedEvent with the new session status to a specified machine using the asynchronous sendEvent method.  When the event arrives at the indicated machine, its Client/Server Service generates a CSNotificationEvent event, which includes the event being broadcast as its data. The event manager then handles the event.

Because event notification works in two directions (server-to-client and client-to-server), the sendEvent method and the CSNotificationEvent event are included on both the Client/Server Service client side and the Client/Server Service server side. The sendEvent method on the client side does not have the workstation identifier as an argument because every CSClient instance communicates with the server in its own session.



Feedback