org.blue.base
Class sehandlers

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

public class sehandlers
extends java.lang.Object


Constructor Summary
sehandlers()
           
 
Method Summary
static int handle_host_event(objects_h.host hst)
           
static int handle_host_state(objects_h.host hst)
           
static int handle_service_event(objects_h.service svc)
           
static int obsessive_compulsive_host_check_processor(objects_h.host hst)
           
static int obsessive_compulsive_service_check_processor(objects_h.service svc)
           
static int run_global_host_event_handler(objects_h.host hst)
           
static int run_global_service_event_handler(objects_h.service svc)
           
static int run_host_event_handler(objects_h.host hst)
           
static int run_service_event_handler(objects_h.service svc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

sehandlers

public sehandlers()
Method Detail

obsessive_compulsive_service_check_processor

public static int obsessive_compulsive_service_check_processor(objects_h.service svc)

obsessive_compulsive_host_check_processor

public static int obsessive_compulsive_host_check_processor(objects_h.host hst)

handle_service_event

public static int handle_service_event(objects_h.service svc)

run_global_service_event_handler

public static int run_global_service_event_handler(objects_h.service svc)

run_service_event_handler

public static int run_service_event_handler(objects_h.service svc)

handle_host_event

public static int handle_host_event(objects_h.host hst)

run_global_host_event_handler

public static int run_global_host_event_handler(objects_h.host hst)

run_host_event_handler

public static int run_host_event_handler(objects_h.host hst)

handle_host_state

public static int handle_host_state(objects_h.host hst)