Uses of Class
org.h2.util.CloseWatcher
-
Packages that use CloseWatcher Package Description org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.util Internal utility classes. -
-
Uses of CloseWatcher in org.h2.jdbc
Fields in org.h2.jdbc declared as CloseWatcher Modifier and Type Field Description private CloseWatcher
JdbcConnection. watcher
-
Uses of CloseWatcher in org.h2.util
Fields in org.h2.util with type parameters of type CloseWatcher Modifier and Type Field Description private static java.util.Set<CloseWatcher>
CloseWatcher. refs
The reference set.Methods in org.h2.util that return CloseWatcher Modifier and Type Method Description static CloseWatcher
CloseWatcher. pollUnclosed()
Check for an collected object.static CloseWatcher
CloseWatcher. register(java.lang.Object o, java.lang.AutoCloseable closeable, boolean stackTrace)
Register an object.Methods in org.h2.util with parameters of type CloseWatcher Modifier and Type Method Description static void
CloseWatcher. unregister(CloseWatcher w)
Unregister an object, so it is no longer tracked.
-