Package org.postgresql.util
Class SharedTimer
- java.lang.Object
-
- org.postgresql.util.SharedTimer
-
public class SharedTimer extends Object
-
-
Constructor Summary
Constructors Constructor Description SharedTimer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRefCount()
Timer
getTimer()
void
releaseTimer()
-
-
-
Method Detail
-
getRefCount
public int getRefCount()
-
getTimer
public Timer getTimer()
-
releaseTimer
public void releaseTimer()
-
-