public class SharedTimer
extends java.lang.Object
| Modifier and Type | Field and 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 and Description |
|---|
SharedTimer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRefCount() |
java.util.Timer |
getTimer() |
void |
releaseTimer() |