hudson.plugins.systemloadaverage_monitor
Class SystemLoadAverageMonitor.MonitorTask

java.lang.Object
  extended by hudson.plugins.systemloadaverage_monitor.SystemLoadAverageMonitor.MonitorTask
All Implemented Interfaces:
Callable<String,RuntimeException>, Serializable
Enclosing class:
SystemLoadAverageMonitor

static final class SystemLoadAverageMonitor.MonitorTask
extends Object
implements Callable<String,RuntimeException>


Field Summary
private static long serialVersionUID
           
 
Constructor Summary
SystemLoadAverageMonitor.MonitorTask()
           
 
Method Summary
 String call()
          Detect the System Load Average.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SystemLoadAverageMonitor.MonitorTask

SystemLoadAverageMonitor.MonitorTask()
Method Detail

call

public String call()
Detect the System Load Average.

Specified by:
call in interface Callable<String,RuntimeException>


Copyright © 2010. All Rights Reserved.