org.blue.xdata
Class xodtemplate_h.xodtemplate_servicedependency

java.lang.Object
  extended by org.blue.xdata.xodtemplate_h.xodtemplate_servicedependency
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
xodtemplate_h

public static class xodtemplate_h.xodtemplate_servicedependency
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
 int _config_file
           
 int _start_line
           
 java.lang.String dependent_host_name
           
 java.lang.String dependent_hostgroup_name
           
 java.lang.String dependent_service_description
           
 java.lang.String dependent_servicegroup_name
           
 int fail_execute_on_critical
           
 int fail_execute_on_ok
           
 int fail_execute_on_pending
           
 int fail_execute_on_unknown
           
 int fail_execute_on_warning
           
 int fail_notify_on_critical
           
 int fail_notify_on_ok
           
 int fail_notify_on_pending
           
 int fail_notify_on_unknown
           
 int fail_notify_on_warning
           
 int has_been_resolved
           
 int have_execution_dependency_options
           
 int have_inherits_parent
           
 int have_notification_dependency_options
           
 java.lang.String host_name
           
 java.lang.String hostgroup_name
           
 int inherits_parent
           
 java.lang.String name
           
 int register_object
           
 java.lang.String service_description
           
 java.lang.String servicegroup_name
           
 java.lang.String template
           
 
Constructor Summary
xodtemplate_h.xodtemplate_servicedependency()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template

public java.lang.String template

name

public java.lang.String name

_config_file

public int _config_file

_start_line

public int _start_line

servicegroup_name

public java.lang.String servicegroup_name

hostgroup_name

public java.lang.String hostgroup_name

host_name

public java.lang.String host_name

service_description

public java.lang.String service_description

dependent_servicegroup_name

public java.lang.String dependent_servicegroup_name

dependent_hostgroup_name

public java.lang.String dependent_hostgroup_name

dependent_host_name

public java.lang.String dependent_host_name

dependent_service_description

public java.lang.String dependent_service_description

inherits_parent

public int inherits_parent

fail_notify_on_ok

public int fail_notify_on_ok

fail_notify_on_unknown

public int fail_notify_on_unknown

fail_notify_on_warning

public int fail_notify_on_warning

fail_notify_on_critical

public int fail_notify_on_critical

fail_notify_on_pending

public int fail_notify_on_pending

fail_execute_on_ok

public int fail_execute_on_ok

fail_execute_on_unknown

public int fail_execute_on_unknown

fail_execute_on_warning

public int fail_execute_on_warning

fail_execute_on_critical

public int fail_execute_on_critical

fail_execute_on_pending

public int fail_execute_on_pending

have_inherits_parent

public int have_inherits_parent

have_notification_dependency_options

public int have_notification_dependency_options

have_execution_dependency_options

public int have_execution_dependency_options

has_been_resolved

public int has_been_resolved

register_object

public int register_object
Constructor Detail

xodtemplate_h.xodtemplate_servicedependency

public xodtemplate_h.xodtemplate_servicedependency()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object