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

Packages that use objects_h.hostdependency
org.blue.common   
 

Uses of objects_h.hostdependency in org.blue.common
 

Methods in org.blue.common that return objects_h.hostdependency
static objects_h.hostdependency objects.add_host_dependency(java.lang.String dependent_host_name, java.lang.String host_name, int dependency_type, int inherits_parent, int fail_on_up, int fail_on_down, int fail_on_unreachable, int fail_on_pending)
           
 

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

Methods in org.blue.common with parameters of type objects_h.hostdependency
static int objects.add_hostdependency_to_hashlist(objects_h.hostdependency new_hostdependency)
           
static int objects.check_for_circular_hostdependency(objects_h.hostdependency root_dep, objects_h.hostdependency dep, int dependency_type)