Uses of Class
org.blue.include.objects_h.contact

Packages that use objects_h.contact
org.blue.base   
org.blue.common   
org.blue.include   
 

Uses of objects_h.contact in org.blue.base
 

Methods in org.blue.base with parameters of type objects_h.contact
static int notifications.add_notification(objects_h.contact cntct)
           
static int notifications.check_contact_host_notification_viability(objects_h.contact cntct, objects_h.host hst, int type)
           
static int notifications.check_contact_service_notification_viability(objects_h.contact cntct, objects_h.service svc, int type)
           
static int utils.grab_contact_macros(objects_h.contact cntct)
           
static void utils.grab_summary_macros(objects_h.contact temp_contact)
           
static int notifications.notify_contact_of_host(objects_h.contact cntct, objects_h.host hst, int type)
           
static int notifications.notify_contact_of_service(objects_h.contact cntct, objects_h.service svc, int type)
           
 

Uses of objects_h.contact in org.blue.common
 

Methods in org.blue.common that return objects_h.contact
static objects_h.contact objects.add_contact(java.lang.String name, java.lang.String alias, java.lang.String email, java.lang.String pager, java.lang.String[] addresses, java.lang.String svc_notification_period, java.lang.String host_notification_period, int notify_service_ok, int notify_service_critical, int notify_service_warning, int notify_service_unknown, int notify_service_flapping, int notify_host_up, int notify_host_down, int notify_host_unreachable, int notify_host_flapping)
           
static objects_h.contact objects.find_contact(java.lang.String name)
           
 

Methods in org.blue.common with parameters of type objects_h.contact
static int objects.add_contact_to_hashlist(objects_h.contact new_contact)
           
static objects_h.commandsmember objects.add_host_notification_command_to_contact(objects_h.contact cntct, java.lang.String command_name)
           
static objects_h.commandsmember objects.add_service_notification_command_to_contact(objects_h.contact cntct, java.lang.String command_name)
           
static boolean objects.is_contact_for_host(objects_h.host hst, objects_h.contact cntct)
           
static boolean objects.is_contact_for_service(objects_h.service svc, objects_h.contact cntct)
           
static int objects.is_contact_member_of_contactgroup(objects_h.contactgroup group, objects_h.contact cntct)
           
static int objects.is_escalated_contact_for_host(objects_h.host hst, objects_h.contact cntct)
           
static int objects.is_escalated_contact_for_service(objects_h.service svc, objects_h.contact cntct)
           
 

Uses of objects_h.contact in org.blue.include
 

Fields in org.blue.include declared as objects_h.contact
 objects_h.contact nagios_h.notification.contact