org.blue.include
Class objects_h.hostdependency

java.lang.Object
  extended by org.blue.include.objects_h.hostdependency
Enclosing class:
objects_h

public static class objects_h.hostdependency
extends java.lang.Object


Field Summary
 int dependency_type
           
 java.lang.String dependent_host_name
           
 int fail_on_down
           
 int fail_on_pending
           
 int fail_on_unreachable
           
 int fail_on_up
           
 int has_been_checked
           
 java.lang.String host_name
           
 int inherits_parent
           
 
Constructor Summary
objects_h.hostdependency()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dependency_type

public int dependency_type

dependent_host_name

public java.lang.String dependent_host_name

host_name

public java.lang.String host_name

inherits_parent

public int inherits_parent

fail_on_up

public int fail_on_up

fail_on_down

public int fail_on_down

fail_on_unreachable

public int fail_on_unreachable

fail_on_pending

public int fail_on_pending

has_been_checked

public int has_been_checked
Constructor Detail

objects_h.hostdependency

public objects_h.hostdependency()