public static interface DatabaseManager.DatabaseConfigFetcher
DatabaseConfig
object and deliver it to the remote caller. It is the interface used as a proxy for a
remote object.| Modifier and Type | Method and Description |
|---|---|
DatabaseConfig |
fetch(Database database)
Fetch and return a local database configuration, given the database identifier.
|
DatabaseConfig fetch(Database database)
database - Database information object.