The CWConnectorEventStoreFactory interface defines the functionality for the event-store factory, which creates an event store. If your Java connector uses an extension of the CWConnectorEventStore class to access the event store, you must create an event-store-factory class to implement the CWConnectorEventStoreFactory interface. This interface contains a method to instantiate an event-store (CWConnectorEventStore) object.
Table 127 summarizes the methods in the
CWConnectorEventStoreFactory interface.
Member method | Description | Page |
---|---|---|
getEventStore() | Creates a new event-store object. | getEventStore() |