org.jppf.node.idle
Interface IdleTimeDetector


public interface IdleTimeDetector

Interface for classes fetching the computer idle time on a specific OS.

Author:
Laurent Cohen

Method Summary
 long getIdleTimeMillis()
          Get the total idle time of the system.
 

Method Detail

getIdleTimeMillis

long getIdleTimeMillis()
Get the total idle time of the system.

Returns:
the idle time in milliseconds.


Copyright © 2005-2010 JPPF Team.