public interface TreeDatabaseFactory
| Modifier and Type | Method and Description |
|---|---|
void |
close(TreeDatabase database)
Closes the connection manager to tree database.
|
TreeDatabase |
getInstance(java.lang.String systemId,
java.util.Dictionary connectionProperties)
Return instance of Tree Database interface according to system identifier.
|
TreeDatabase getInstance(java.lang.String systemId, java.util.Dictionary connectionProperties) throws DatabaseException
systemId - id of the system.connectionProperties - properties for establishing connection to a database server, where data for
gateways tree structure will be maintained.DatabaseException - is thrown if error while establishing connection to database occurs.void close(TreeDatabase database) throws java.lang.Exception
database - instance of TreeDatabase interface.java.lang.Exception - is thrown if error while closing connection manager occurs.Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.