Uses of Class
org.h2.util.CloseWatcher
Packages that use CloseWatcher
Package
Description
Implementation of the JDBC API (package java.sql).
Internal utility classes.
-
Uses of CloseWatcher in org.h2.jdbc
Fields in org.h2.jdbc declared as CloseWatcher -
Uses of CloseWatcher in org.h2.util
Fields in org.h2.util with type parameters of type CloseWatcherModifier and TypeFieldDescriptionprivate static final Set<CloseWatcher> CloseWatcher.refsThe reference set.Methods in org.h2.util that return CloseWatcherModifier and TypeMethodDescriptionstatic CloseWatcherCloseWatcher.pollUnclosed()Check for an collected object.static CloseWatcherCloseWatcher.register(Object o, AutoCloseable closeable, boolean stackTrace) Register an object.Methods in org.h2.util with parameters of type CloseWatcherModifier and TypeMethodDescriptionstatic voidCloseWatcher.unregister(CloseWatcher w) Unregister an object, so it is no longer tracked.