Implements abstract base class for data source type that is able to transform Kanzi Connect database query to data object tree.
More...
|
| | KZ_METACLASS_END () |
| |
| virtual void | onPropertyChanged (AbstractPropertyType propertyType, PropertyNotificationReason reason) KZ_OVERRIDE |
| |
| void | start () |
| | Starts operation. More...
|
| |
| void | stop () |
| | Stops operation. More...
|
| |
| virtual | ~AbstractConnectDataSource () KZ_OVERRIDE |
| | Destructor. More...
|
| |
|
| virtual DataObjectSharedPtr | getData () KZ_OVERRIDE |
| |
| virtual void | loadFromKZB (Domain *domain, KzbFile &kzbFile, ReadOnlyMemoryFile &file, KzbMemoryParser &parser) KZ_OVERRIDE |
| |
| virtual void | loadFromKZB (const KzuResourceLoaderThreadContext *threadContext, KzcInputStream *inputStream, const KzuBinaryFileInfo *file) KZ_OVERRIDE |
| |
| virtual void | unloadOverride () KZ_OVERRIDE |
| |
| void | addAdapter (ContentAdapterSharedPtr adapter) |
| | Adds new adapter to list of adapters, but does not set up or start it. More...
|
| |
| | ContentAdapterManager (ContextSharedPtr context, DataSource *dataSource) |
| | Constructor. More...
|
| |
| | ContentAdapterManager (DataSource *dataSource) |
| | Constructor. More...
|
| |
| virtual ContentAdapterSharedPtr | createAdapter (const string &serverName, const ContentAdapterConfigurationSharedPtr config, Domain *domain) |
| | Creates a standard adapter. More...
|
| |
| void | destroyAllAdapters () |
| | Stops and cleans up all adapters. More...
|
| |
| ContentAdapterSharedPtr | findDynamicSource (const string &name) |
| | Locates a dynamic source with given name. More...
|
| |
| ContentAdapterSharedPtr | findSource (const string &name) |
| | Locates a source with given name. More...
|
| |
| ContentAdapterManager::AdapterContainer | getAdapters () |
| | Retrieves all currently known adapters. More...
|
| |
| ContextSharedPtr | getContext () const |
| | Returns gateway to Kanzi Connect server. More...
|
| |
| void | initializeAllAdapters (DataObjectSharedPtr root) |
| | Initializes all adapters. More...
|
| |
| void | removeAdapter (ContentAdapterSharedPtr adapter) |
| | Removes adapter from list of adapters. More...
|
| |
| void | setContext (ContextSharedPtr context) |
| | Set gateway to Kanzi Connect server. More...
|
| |
| virtual ContentAdapterSharedPtr | startAdapter (const string &serverName, DataObjectSharedPtr root, const ContentAdapterConfigurationSharedPtr config) |
| | Instantiates and starts new adapter according to given parameters. More...
|
| |
| void | startAllAdapters () |
| | Starts all adapters. More...
|
| |
| virtual void | stopAdapter (ContentAdapterSharedPtr adapter) |
| | Stops an existing adapter. More...
|
| |
| void | stopAllAdapters () |
| | Stops all existing adapters. More...
|
| |
| virtual | ~ContentAdapterManager ()=default |
| | dtor More...
|
| |
Implements abstract base class for data source type that is able to transform Kanzi Connect database query to data object tree.