org.blue.cgi
Class notifications

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.notifications
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class notifications
extends blue_servlet

See Also:
Serialized Form

Field Summary
static cgiauth_h.authdata current_authdata
           
static int display_header
           
static int embedded
           
static int find_all
           
static int FIND_CONTACT
           
static int FIND_HOST
           
static int FIND_SERVICE
           
static int HOST_NOTIFICATION
           
static java.lang.String HOST_NOTIFICATION_STRING
           
static int log_archive
           
static java.lang.String log_file_to_use
           
static int MAX_QUERYNAME_LENGTH
           
static int notification_options
           
static java.lang.String query_contact_name
           
static java.lang.String query_host_name
           
static java.lang.String query_svc_description
           
static int query_type
           
static int SERVICE_NOTIFICATION
           
static java.lang.String SERVICE_NOTIFICATION_STRING
           
static int use_lifo
           
 
Fields inherited from class org.blue.cgi.blue_servlet
request_string
 
Constructor Summary
notifications()
           
 
Method Summary
 void call_main()
           
static void display_notifications()
           
static void document_footer()
           
static void document_header(int use_stylesheet)
           
static void main(java.lang.String[] args)
           
static int process_cgivars()
           
 
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

FIND_HOST

public static final int FIND_HOST
See Also:
Constant Field Values

FIND_CONTACT

public static final int FIND_CONTACT
See Also:
Constant Field Values

FIND_SERVICE

public static final int FIND_SERVICE
See Also:
Constant Field Values

MAX_QUERYNAME_LENGTH

public static final int MAX_QUERYNAME_LENGTH
See Also:
Constant Field Values

SERVICE_NOTIFICATION

public static final int SERVICE_NOTIFICATION
See Also:
Constant Field Values

HOST_NOTIFICATION

public static final int HOST_NOTIFICATION
See Also:
Constant Field Values

SERVICE_NOTIFICATION_STRING

public static final java.lang.String SERVICE_NOTIFICATION_STRING
See Also:
Constant Field Values

HOST_NOTIFICATION_STRING

public static final java.lang.String HOST_NOTIFICATION_STRING
See Also:
Constant Field Values

current_authdata

public static cgiauth_h.authdata current_authdata

log_file_to_use

public static java.lang.String log_file_to_use

log_archive

public static int log_archive

query_type

public static int query_type

find_all

public static int find_all

query_contact_name

public static java.lang.String query_contact_name

query_host_name

public static java.lang.String query_host_name

query_svc_description

public static java.lang.String query_svc_description

notification_options

public static int notification_options

use_lifo

public static int use_lifo

embedded

public static int embedded

display_header

public static int display_header
Constructor Detail

notifications

public notifications()
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()

display_notifications

public static void display_notifications()