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 CloseWatcherJdbcConnection. 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. refsThe reference set.Methods in org.h2.util that return CloseWatcher Modifier and Type Method Description static CloseWatcherCloseWatcher. pollUnclosed()Check for an collected object.static CloseWatcherCloseWatcher. 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 voidCloseWatcher. unregister(CloseWatcher w)Unregister an object, so it is no longer tracked.
-