Package org.postgresql.util
Interface LazyCleaner.CleaningAction<T extends java.lang.Throwable>
-
- Type Parameters:
T- the type of exception that can be thrown during cleanup
- Enclosing interface:
- LazyCleaner
public static interface LazyCleaner.CleaningAction<T extends java.lang.Throwable>CleaningAction interface for cleanup actions that are notified whether cleanup occurred due to a leak (automatic) or manual cleanup.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClean(boolean leak)
-