org.blue.include
Class nagios_h.timed_event

java.lang.Object
  extended by org.blue.include.nagios_h.timed_event
Enclosing class:
nagios_h

public static class nagios_h.timed_event
extends java.lang.Object

DATA STRUCTURES


Field Summary
 int compensate_for_time_change
           
 java.lang.Object event_args
           
 java.lang.Object event_data
           
 long event_interval
           
 int event_type
           
 int recurring
           
 long run_time
           
 nagios_h.timed_event_timing_func timing_func
           
 
Constructor Summary
nagios_h.timed_event()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event_type

public int event_type

run_time

public long run_time

recurring

public int recurring

event_interval

public long event_interval

compensate_for_time_change

public int compensate_for_time_change

timing_func

public nagios_h.timed_event_timing_func timing_func

event_data

public java.lang.Object event_data

event_args

public java.lang.Object event_args
Constructor Detail

nagios_h.timed_event

public nagios_h.timed_event()