Jvmstat

sun.jvmstat.perfdata.monitor.protocol.local
Class LocalEventTimer

java.lang.Object
  extended by java.util.Timer
      extended by sun.jvmstat.perfdata.monitor.protocol.local.LocalEventTimer

public class LocalEventTimer
extends Timer

Singleton Timer subclass to run polling tasks that generate events for local Java Virtual Machines..

Since:
1.5

Method Summary
static LocalEventTimer getInstance()
          Get the singleton LocalEventTimer instance
 
Methods inherited from class java.util.Timer
cancel, purge, schedule, schedule, schedule, schedule, scheduleAtFixedRate, scheduleAtFixedRate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LocalEventTimer getInstance()
Get the singleton LocalEventTimer instance

Returns:
LocalEventTimer - the singleton LocalEventTimer instance

Jvmstat