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

/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java399 // (you cannot change the config while scanning is scheduled or running).
494 allowedStates.put("scan-scheduled",EnumSet.of(RUNNING));
594 final boolean scheduled =
596 if (scheduled)
597 LOG.fine("new task scheduled: state="+state);
631 // to stop. It also needs to prevent scheduled task from being
676 // Cancels all scheduled session tasks
680 // Stops scheduled tasks if any...
739 // List of scheduled session task. Needed by stop() to cancel
740 // scheduled session
[all...]

Completed in 45 milliseconds