
348 WebSphere Adapter Development
RedMaintenance has a built-in event table. This table records the events that
occurred on the Maintenance entity. RedMaintenance also offers an API to
access this event store. This API allows the adapter to perform Create, Retrieve,
Update, Delete (CRUD) operations on the event table during inbound event
management.
When creating an adapter for your EIS, you typically create a event table and
add database triggers. The triggers need to insert a event record to the event
table for every events that you want to send to the adapter for inbound
processing.
12.2.2 Inbound properties
RedMaintenance application is a Remote ...