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

Packages that use objects_h.hostescalation
org.blue.base   
org.blue.common   
 

Uses of objects_h.hostescalation in org.blue.base
 

Methods in org.blue.base with parameters of type objects_h.hostescalation
static int notifications.is_valid_host_escalation_for_host_notification(objects_h.host hst, objects_h.hostescalation he)
           
 

Uses of objects_h.hostescalation in org.blue.common
 

Methods in org.blue.common that return objects_h.hostescalation
static objects_h.hostescalation objects.add_hostescalation(java.lang.String host_name, int first_notification, int last_notification, int notification_interval, java.lang.String escalation_period, int escalate_on_down, int escalate_on_unreachable, int escalate_on_recovery)
           
 

Methods in org.blue.common that return types with arguments of type objects_h.hostescalation
static java.util.ArrayList<objects_h.hostescalation> objects.get_hostescalation_list_by_dependent_host(java.lang.String host_name)
           
 

Methods in org.blue.common with parameters of type objects_h.hostescalation
static objects_h.contactgroupsmember objects.add_contactgroup_to_hostescalation(objects_h.hostescalation he, java.lang.String group_name)
           
static int objects.add_hostescalation_to_hashlist(objects_h.hostescalation new_hostescalation)