public interface DBConnectionUser
'dbserver.name'.| Modifier and Type | Method and Description |
|---|---|
void |
setConnectionManager(ConnectionManager connectionManager)
This method is invoked by the connector service as soon as it obtains
connection to the specified database service, or after
DBConnectionUser
registration if the connector has already opened connection to that
db server. |
void |
unsetConnectionManager()
Informs the connector user that database conections to the server are
not longer available.
|
void setConnectionManager(ConnectionManager connectionManager) throws DatabaseException
DBConnectionUser
registration if the connector has already opened connection to that
db server.connectionManager - the ConnectionManager instance which encapsulates the pool of
available connections to the particular DB server.DatabaseExceptionvoid unsetConnectionManager()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.