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

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

Uses of objects_h.serviceescalation in org.blue.base
 

Methods in org.blue.base with parameters of type objects_h.serviceescalation
static int notifications.is_valid_escalation_for_service_notification(objects_h.service svc, objects_h.serviceescalation se)
           
 

Uses of objects_h.serviceescalation in org.blue.common
 

Methods in org.blue.common that return objects_h.serviceescalation
static objects_h.serviceescalation objects.add_serviceescalation(java.lang.String host_name, java.lang.String description, int first_notification, int last_notification, int notification_interval, java.lang.String escalation_period, int escalate_on_warning, int escalate_on_unknown, int escalate_on_critical, int escalate_on_recovery)
           
 

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

Methods in org.blue.common with parameters of type objects_h.serviceescalation
static objects_h.contactgroupsmember objects.add_contactgroup_to_serviceescalation(objects_h.serviceescalation se, java.lang.String group_name)
           
static int objects.add_serviceescalation_to_hashlist(objects_h.serviceescalation new_serviceescalation)