org.blue.base
Class perfdata

java.lang.Object
  extended by org.blue.base.perfdata

public class perfdata
extends java.lang.Object


Constructor Summary
perfdata()
           
 
Method Summary
static int cleanup_performance_data(java.lang.String config_file)
           
static int initialize_performance_data(java.lang.String config_file)
           
static int update_host_performance_data(objects_h.host hst)
           
static int update_service_performance_data(objects_h.service svc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

perfdata

public perfdata()
Method Detail

initialize_performance_data

public static int initialize_performance_data(java.lang.String config_file)

cleanup_performance_data

public static int cleanup_performance_data(java.lang.String config_file)

update_service_performance_data

public static int update_service_performance_data(objects_h.service svc)

update_host_performance_data

public static int update_host_performance_data(objects_h.host hst)