public interface IStoreProvider
This interface identifies a store provider. Each ODS provider plug-in implements this interface.
Modifier and Type | Method and Description |
---|---|
IStoreBinding |
createStoreBinding(String memberName,
StoreDescriptor descriptor,
IStoreEventHandler eventHandler,
int flags)
Bind to a data store.
|
String |
getName()
Get the provider name
|
String getName()
IStoreBinding createStoreBinding(String memberName, StoreDescriptor descriptor, IStoreEventHandler eventHandler, int flags) throws OdsException
memberName
- The name of the member establishing the store binding.descriptor
- The store descriptor used to establish the binding.eventHandler
- The event handler to be used by the created binding
to dispatch events to the user.flags
- Specifies flags used to qualify the creation of the binding.
The following flags are permitted for use currently:StoreBindingFactory.FLG_EVENT_SOURCING
OdsException
- Thrown in case an error occurs during the creation
of the binding.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.