Uses of Interface
org.postgresql.util.LazyCleaner.Cleanable
Packages that use LazyCleaner.Cleanable
-
Uses of LazyCleaner.Cleanable in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as LazyCleaner.CleanableModifier and TypeFieldDescriptionprivate final LazyCleaner.Cleanable<IOException>
PgConnection.cleanable
-
Uses of LazyCleaner.Cleanable in org.postgresql.util
Classes in org.postgresql.util that implement LazyCleaner.CleanableFields in org.postgresql.util declared as LazyCleaner.CleanableModifier and TypeFieldDescriptionprivate LazyCleaner.Cleanable<IOException>
StreamWrapper.cleaner
private LazyCleaner.Cleanable<RuntimeException>
SharedTimer.timerCleanup
Methods in org.postgresql.util that return LazyCleaner.CleanableModifier and TypeMethodDescription<T extends Throwable>
LazyCleaner.Cleanable<T>LazyCleaner.register
(Object obj, LazyCleaner.CleaningAction<T> action)