Searched refs:MonitorTask (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitor.java680 correctly see modifications to the isActive variable. See the MonitorTask
721 schedulerTask.setMonitorTask(new MonitorTask());
1470 private MonitorTask task;
1487 public void setMonitorTask(MonitorTask task) {
1505 * MonitorTask nested class: This class implements the Runnable interface.
1507 * The MonitorTask is executed periodically with a given fixed delay by the
1510 private class MonitorTask implements Runnable { class in class:Monitor
1520 public MonitorTask() { method in class:Monitor.MonitorTask
1525 // instantiating this MonitorTask, i.e. the group of the thread that

Completed in 25 milliseconds