getEventStore()

Creates a new event-store object.

Syntax

public Object getEventStore();
 

Parameters

None.

Return values

An Object containing the newly created event-store object. If the event store cannot be located, the method returns null.

Exceptions

None.

Notes

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..

See also

getEventStore()

Copyright IBM Corp. 1997, 2004