See: Description
| Interface | Description |
|---|---|
| ConnectionManager |
Connection manager manages a pool of connections to one database server.
|
| DBConnectionUser |
This interface can be registered by a database service to infom the connector
service that it wants a connection to a particular database server.
|
| DBMetaData |
This interface can be used to receive some important information about a DB server.
|
| DBServerConnector |
This service manages JDBC connections to one or more SQL database servers used
by mPRM database services.
|
Provides APIs for obtaining connection(s) to the RDBMS used by the JDBC-based database services. The connections to the RDBMS are shared between the components of the mPRM. When the database enabled component want to read or update information from/to the particuls database server it can get a JDBC connection from the methods of the ConnectionManager. There is one ConnectionManager for every RDBMS
which the mPRM is configured to use. A ConnectionManager instance can be obtained in two ways:
DBServerConnector interface, which is available as an OSGi service at the mPRM Backend
Servers.
DBConnectionUser.
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.