See: Description
| Interface | Description |
|---|---|
| ConfigurableDBService |
This interface must be registered by bundles which provides database service,
in order to enable mprm system service to pass them database configuration.
|
| TransactionalDatabase |
The interface is used for optimized execution
of sequential database related operations.
|
| Exception | Description |
|---|---|
| DatabaseException | |
| DeviceDatabaseException |
Implements a database exception related to specific device.
|
This package is implemented by the database services in order to enable the System Coniguration Management mechanism to pass them the configuration.
Custom database services should implement ConfigurableDBService interface and register it as a service in
OSGi framework.
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.