Package org.jppf.node.idle

Support for detection of an idle state on the current host.

See:
          Description

Interface Summary
IdleStateListener Listener interface for objects that wish to be notified of idle state changes.
IdleTimeDetector Interface for classes fetching the computer idle time on a specific OS.
IdleTimeDetectorFactory Factory for creating IdleTimeDetector instances.
 

Class Summary
IdleDetectionTask Timer tasks that displays a message whenever the computer has received no mouse or keyboard input for at least the timeout time.
IdleDetector This class detects that no mouse or keyboard has occurred for a specified time, and performs a specified action when this happens.
IdleStateEvent Event emitted when the idle state of an IdleDetectionTask changes.
 

Enum Summary
IdleState Enumeration for the possible states of the system.
 

Package org.jppf.node.idle Description

Support for detection of an idle state on the current host.
Here idle means no keyboard or mouse activity was detected for a specified time.



Copyright © 2005-2010 JPPF Team.