Uses of Class
org.h2.util.CloseWatcher
Packages that use CloseWatcher
-
Uses of CloseWatcher in org.h2.util
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.