Package org.postgresql.util
Class SharedTimer
- java.lang.Object
-
- org.postgresql.util.SharedTimer
-
public class SharedTimer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.logging.Logger
LOGGER
private java.util.concurrent.atomic.AtomicInteger
refCount
private java.util.Timer
timer
private static java.util.concurrent.atomic.AtomicInteger
timerCount
-
Constructor Summary
Constructors Constructor Description SharedTimer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRefCount()
java.util.Timer
getTimer()
void
releaseTimer()
-