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.refs
The reference set.Methods in org.h2.util that return CloseWatcherModifier and TypeMethodDescriptionstatic CloseWatcher
CloseWatcher.pollUnclosed()
Check for an collected object.static CloseWatcher
CloseWatcher.register
(Object o, AutoCloseable closeable, boolean stackTrace) Register an object.Methods in org.h2.util with parameters of type CloseWatcherModifier and TypeMethodDescriptionstatic void
CloseWatcher.unregister
(CloseWatcher w) Unregister an object, so it is no longer tracked.