IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Adapter Toolkit > Implementing code from the IBM WebSphere Adapter Toolkit > Inbound event notification > Implementing an event store in the EIS

Event object

An event object is an instance of the com.ibm.j2ca.extensions.eventmanagement.Event class as defined in the Foundation Classes. An event object is the common representation of an event in the Adapter Foundation Classes and it is populated from an event record in the getSpecificEvent(String eventId) method described in the Implementing the EventStore Interface section.

Event object fields
Field Description
eventID Corresponds to the Event Identifier field of the event record
eventKeys Corresponds to the Object Key field of the event record
eventType Corresponds to the Business Object Name field of the event record
timeStamp Corresponds to the Timestamp field of the event record
eventStatus Corresponds to the Status field of the event record

Implementing an event store in the EIS