public class

CountedTimerTask

extends TimerTask
java.lang.Object
   ↳ java.util.TimerTask
     ↳ sun.jvmstat.perfdata.monitor.CountedTimerTask

Class Overview

A TimerTask subclass that keeps a count of the number of executions of the task.

Summary

Public Constructors
CountedTimerTask()
Public Methods
long executionCount()
void run()
The action to be performed by this timer task.
[Expand]
Inherited Methods
From class java.util.TimerTask
From class java.lang.Object
From interface java.lang.Runnable

Public Constructors

public CountedTimerTask ()

Public Methods

public long executionCount ()

public void run ()

The action to be performed by this timer task.