org.blue.cgi
Class histogram.timeslice_data

java.lang.Object
  extended by org.blue.cgi.histogram.timeslice_data
Enclosing class:
histogram

public static class histogram.timeslice_data
extends java.lang.Object


Field Summary
 long host_down
           
 long host_unreachable
           
 long host_up
           
 long service_critical
           
 long service_ok
           
 long service_unknown
           
 long service_warning
           
 
Constructor Summary
histogram.timeslice_data()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service_ok

public long service_ok

host_up

public long host_up

service_critical

public long service_critical

host_down

public long host_down

service_unknown

public long service_unknown

host_unreachable

public long host_unreachable

service_warning

public long service_warning
Constructor Detail

histogram.timeslice_data

public histogram.timeslice_data()