Package org.postgresql.util
Interface LazyCleaner.Cleanable<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.Cleanable<T extends java.lang.Throwable>Cleanable interface for objects that can be manually cleaned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclean()
-