net.bull.javamelody
Class NodesCollector

java.lang.Object
  extended by net.bull.javamelody.NodesCollector

public class NodesCollector
extends java.lang.Object

Collector of data for Hudson/Jenkins' nodes (slaves in general)

Author:
Emeric Vernat

Constructor Summary
NodesCollector(net.bull.javamelody.MonitoringFilter filter)
          Constructor.
 
Method Summary
 void collectWithoutErrors()
           
 void init()
          Initialization.
 boolean isMonitoringDisabled()
           
 void scheduleCollectNow()
          Schedule a collect now (used to collect data on new online nodes)
 void stop()
          Stop the collector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodesCollector

public NodesCollector(net.bull.javamelody.MonitoringFilter filter)
Constructor.

Parameters:
filter - Http filter to get the scheduling timer
Method Detail

init

public void init()
Initialization.


scheduleCollectNow

public void scheduleCollectNow()
Schedule a collect now (used to collect data on new online nodes)


stop

public void stop()
Stop the collector.


collectWithoutErrors

public void collectWithoutErrors()

isMonitoringDisabled

public boolean isMonitoringDisabled()


Copyright © 2009-2012. All Rights Reserved.