org.blue.cgi
Class cmd
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.blue.cgi.blue_servlet
org.blue.cgi.cmd
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class cmd
- extends blue_servlet
- See Also:
- Serialized Form
|
Constructor Summary |
cmd()
|
| 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 |
MAX_AUTHOR_LENGTH
public static final int MAX_AUTHOR_LENGTH
- See Also:
- Constant Field Values
MAX_COMMENT_LENGTH
public static final int MAX_COMMENT_LENGTH
- See Also:
- Constant Field Values
HTML_CONTENT
public static final int HTML_CONTENT
- See Also:
- Constant Field Values
WML_CONTENT
public static final int WML_CONTENT
- See Also:
- Constant Field Values
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
comment_author
public static java.lang.String comment_author
comment_data
public static java.lang.String comment_data
start_time_string
public static java.lang.String start_time_string
end_time_string
public static java.lang.String end_time_string
comment_id
public static long comment_id
downtime_id
public static long downtime_id
notification_delay
public static int notification_delay
schedule_delay
public static int schedule_delay
persistent_comment
public static int persistent_comment
sticky_ack
public static int sticky_ack
send_notification
public static int send_notification
force_check
public static int force_check
plugin_state
public static int plugin_state
plugin_output
public static java.lang.String plugin_output
performance_data
public static java.lang.String performance_data
start_time
public static long start_time
end_time
public static long end_time
affect_host_and_services
public static int affect_host_and_services
propagate_to_children
public static int propagate_to_children
fixed
public static int fixed
duration
public static long duration
triggered_by
public static long triggered_by
child_options
public static int child_options
command_type
public static int command_type
command_mode
public static int command_mode
content_type
public static int content_type
display_header
public static int display_header
current_authdata
public static cgiauth_h.authdata current_authdata
cmd
public cmd()
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()
request_command_data
public static void request_command_data(int cmd)
commit_command_data
public static void commit_command_data(int cmd)
commit_command
public static int commit_command(int cmd)
write_command_to_file
public static int write_command_to_file(java.lang.String cmd)
clean_comment_data
public static java.lang.String clean_comment_data(java.lang.String buffer)
show_command_help
public static void show_command_help(int cmd)
string_to_time
public static long string_to_time(java.lang.String buffer)