org.blue.cgi
Class extinfo

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.blue.cgi.blue_servlet
              extended by org.blue.cgi.extinfo
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class extinfo
extends blue_servlet

See Also:
Serialized Form

Nested Class Summary
static class extinfo.compare_sortdata_entries
           
static class extinfo.sortdata
           
 
Field Summary
static cgiauth_h.authdata current_authdata
           
static int display_header
           
static int display_type
           
static int embedded
           
static int HEALTH_CRITICAL_PERCENTAGE
           
static int HEALTH_WARNING_PERCENTAGE
           
static java.lang.String host_name
           
static java.lang.String hostgroup_name
           
static int MAX_MESSAGE_BUFFER
           
static java.lang.String service_desc
           
static java.lang.String servicegroup_name
           
static int sort_option
           
static int sort_type
           
static java.util.ArrayList<extinfo.sortdata> sortdata_list
           
 
Fields inherited from class org.blue.cgi.blue_servlet
request_string
 
Constructor Summary
extinfo()
           
 
Method Summary
 void call_main()
           
static void display_comments(int type)
           
static void document_footer()
           
static void document_header(int use_stylesheet)
           
static void free_sortdata_list()
           
static void main(java.lang.String[] args)
           
static int process_cgivars()
           
static void show_all_comments()
           
static void show_all_downtime()
           
static void show_host_info()
           
static void show_hostgroup_info()
           
static void show_performance_data()
           
static void show_process_info()
           
static void show_scheduling_queue()
           
static void show_service_info()
           
static void show_servicegroup_info()
           
static int sort_data(int s_type, int s_option)
           
 
Methods inherited from class org.blue.cgi.blue_servlet
doGet, doPost, init
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_MESSAGE_BUFFER

public static int MAX_MESSAGE_BUFFER

HEALTH_WARNING_PERCENTAGE

public static int HEALTH_WARNING_PERCENTAGE

HEALTH_CRITICAL_PERCENTAGE

public static int HEALTH_CRITICAL_PERCENTAGE

current_authdata

public static cgiauth_h.authdata current_authdata

sortdata_list

public static java.util.ArrayList<extinfo.sortdata> sortdata_list

host_name

public static java.lang.String host_name

hostgroup_name

public static java.lang.String hostgroup_name

servicegroup_name

public static java.lang.String servicegroup_name

service_desc

public static java.lang.String service_desc

display_type

public static int display_type

sort_type

public static int sort_type

sort_option

public static int sort_option

embedded

public static int embedded

display_header

public static int display_header
Constructor Detail

extinfo

public extinfo()
Method Detail

call_main

public void call_main()
Specified by:
call_main in class blue_servlet

main

public static void main(java.lang.String[] args)

document_header

public static void document_header(int use_stylesheet)

document_footer

public static void document_footer()

process_cgivars

public static int process_cgivars()

show_process_info

public static void show_process_info()

show_host_info

public static void show_host_info()

show_service_info

public static void show_service_info()

show_hostgroup_info

public static void show_hostgroup_info()

show_servicegroup_info

public static void show_servicegroup_info()

show_all_comments

public static void show_all_comments()

show_performance_data

public static void show_performance_data()

display_comments

public static void display_comments(int type)

show_all_downtime

public static void show_all_downtime()

show_scheduling_queue

public static void show_scheduling_queue()

sort_data

public static int sort_data(int s_type,
                            int s_option)

free_sortdata_list

public static void free_sortdata_list()