|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStoreProvider
Represents an ODS provider.
This interface identifies a store provider. Each ODS provider plug-in implements this interface.
| Method Summary | |
|---|---|
IStoreBinding |
createStoreBinding(String memberName,
StoreDescriptor descriptor,
IStoreEventHandler eventHandler,
int flags)
Bind to a data store. |
String |
getName()
Get the provider name |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||