Chapter 5. Inbound processing and events 117
The developer can implement the event management functionality using the
Adapter Foundation Classes found in the WebSphere Adapter Developer Toolkit.
The use of the adapter foundation classes for event management.
It is highly recommended that we use Adapter Foundation Classes for custom
adapter development. Adapter Foundation Classes provide the following:
Automatic tracking of the message endpoints during the event process
Control of the polling for and delivery of the events
Assurance of once and only once delivery
Recovery of events if the adapter unexpectedly terminates
5.3.3 Event management classes
The information presented in this section describes the most important classes
and interf ...