CWConnectorEventStoreFactory interface

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.

Important:
All Java connectors that use an extension of the CWConnectorEventStore class to access the event store must provide an implementation of this interface. In this event-store-factory class, you must implement the getEventStore() method to be able to access the event store through the CWConnectorEventStore class.

Table 132 summarizes the methods in the CWConnectorEventStoreFactory interface.

Table 132. Member method of the CWConnectorEventStoreFactory interface
Member method Description Page
getEventStore() Creates a new event-store object. getEventStore()

Copyright IBM Corporation 1997, 2004. All Rights Reserved.