public Object getEventStore();
None.
An Object containing the newly created event-store object. If the event store cannot be located, the method returns null.
None.
The getEventStore() method is the event-store factory. It needs to build the corresponding event store for the connector and return the event-store object. Connectors that use more than one event store must provide implementations for this method for each event-store class.
The default implementation of the getEventStore() method in the CWConnectorAgent class calls the getEventStore() method of the event-store-factory class named in the EventStoreFactory connector configuration property. For more information, see CWConnectorEventStoreFactory interface..