- All Known Subinterfaces:
ConnectionTracker
- All Known Implementing Classes:
ConnectionTrackerImpl
public interface TrackedDatabaseMetaDatas
Gets all the meta data that have not yet been closed.
Meta datas are assumed to be closed with their connection.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionMap
<DatabaseMetaData, ? extends DatabaseMetaDataTracker> Gets all the meta data that have not yet been closed.
-
Method Details
-
getTrackedDatabaseMetaDatas
Map<DatabaseMetaData,? extends DatabaseMetaDataTracker> getTrackedDatabaseMetaDatas()Gets all the meta data that have not yet been closed. Meta datas are assumed to be closed with their connection.- Returns:
- The mapping from wrapped meta data to tracker without any defensive copy.
- See Also:
-