Creates an event-store object.
Syntax
public CWConnectorEventStore();
Parameters
None.
Return values
A CWConnectorEventStore object containing the newly created event store.
Notes
The CWConnectorEventStore() constructor creates a new event store and initializes the single data member, eventsToProcess. The eventsToProcess member is a Java Vector object to hold retrieved event objects.