Searched defs:LocalEventTimer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/
H A DLocalEventTimer.java41 public class LocalEventTimer extends Timer { class in inherits:Timer
42 private static LocalEventTimer instance; // singleton instance
45 * Creates the singleton LocalEventTimer instance.
47 private LocalEventTimer() { method in class:LocalEventTimer
52 * Get the singleton LocalEventTimer instance
54 * @return LocalEventTimer - the singleton LocalEventTimer instance
56 public static synchronized LocalEventTimer getInstance() {
58 instance = new LocalEventTimer();

Completed in 29 milliseconds