Uses of Interface
org.postgresql.util.LazyCleaner.Cleanable
-
Packages that use LazyCleaner.Cleanable Package Description org.postgresql.jdbc org.postgresql.util -
-
Uses of LazyCleaner.Cleanable in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as LazyCleaner.Cleanable Modifier and Type Field Description private LazyCleaner.Cleanable<java.io.IOException>PgConnection. cleanable -
Uses of LazyCleaner.Cleanable in org.postgresql.util
Classes in org.postgresql.util that implement LazyCleaner.Cleanable Modifier and Type Class Description private classLazyCleaner.Node<T extends java.lang.Throwable>Fields in org.postgresql.util declared as LazyCleaner.Cleanable Modifier and Type Field Description private LazyCleaner.Cleanable<java.io.IOException>StreamWrapper. cleanerprivate LazyCleaner.Cleanable<java.lang.RuntimeException>SharedTimer. timerCleanupMethods in org.postgresql.util that return LazyCleaner.Cleanable Modifier and Type Method Description <T extends java.lang.Throwable>
LazyCleaner.Cleanable<T>LazyCleaner. register(java.lang.Object obj, LazyCleaner.CleaningAction<T> action)
-