net.bull.javamelody
Class NodesCollector

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

public class NodesCollector
extends 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()
          Collect the data (and never throws any exception).
 void init()
          Initialization.
 boolean isMonitoringDisabled()
          Is the monitoring disabled?
 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()
Collect the data (and never throws any exception).


isMonitoringDisabled

public boolean isMonitoringDisabled()
Is the monitoring disabled?

Returns:
boolean


Copyright © 2009-2013. All Rights Reserved.