Package org.postgresql.util
Class SharedTimer.TimerCleanup
- java.lang.Object
-
- org.postgresql.util.SharedTimer.TimerCleanup
-
- All Implemented Interfaces:
LazyCleaner.CleaningAction<java.lang.RuntimeException>
- Enclosing class:
- SharedTimer
static class SharedTimer.TimerCleanup extends java.lang.Object implements LazyCleaner.CleaningAction<java.lang.RuntimeException>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Timer
timer
-
Constructor Summary
Constructors Constructor Description TimerCleanup(java.util.Timer timer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onClean(boolean leak)
-
-
-
Method Detail
-
onClean
public void onClean(boolean leak) throws java.lang.RuntimeException
- Specified by:
onClean
in interfaceLazyCleaner.CleaningAction<java.lang.RuntimeException>
- Throws:
java.lang.RuntimeException
-
-