org.blue.cgi
Class outages
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.blue.cgi.blue_servlet
org.blue.cgi.outages
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class outages
- extends blue_servlet
- See Also:
- Serialized Form
| 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 |
current_authdata
public static cgiauth_h.authdata current_authdata
hostoutage_list
public static java.util.ArrayList<outages.hostoutage> hostoutage_list
service_severity_divisor
public static int service_severity_divisor
embedded
public static int embedded
display_header
public static int display_header
outages
public outages()
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()
display_network_outages
public static void display_network_outages()
find_hosts_causing_outages
public static void find_hosts_causing_outages()
add_hostoutage
public static void add_hostoutage(objects_h.host hst)
free_hostoutage_list
public static void free_hostoutage_list()
calculate_outage_effects
public static void calculate_outage_effects()
calculate_outage_effect_of_host
public static void calculate_outage_effect_of_host(objects_h.host hst,
org.blue.cgi.outages.affected this_affected)
is_route_to_host_blocked
public static int is_route_to_host_blocked(objects_h.host hst)
number_of_host_services
public static int number_of_host_services(objects_h.host hst)
sort_hostoutages
public static void sort_hostoutages()