org.opennms.web.admin.discovery
Class ActionDiscoveryServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.opennms.web.admin.discovery.ActionDiscoveryServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ActionDiscoveryServlet
extends javax.servlet.http.HttpServlet

A servlet that handles updating the status of the notifications

Since:
1.8.1
Version:
$Id: $
Author:
Jason Johns, OpenNMS, Jason Johns, OpenNMS
See Also:
Serialized Form

Field Summary
static String addExcludeRangeAction
          Constant addExcludeRangeAction="AddExcludeRange"
static String addIncludeRangeAction
          Constant addIncludeRangeAction="AddIncludeRange"
static String addIncludeUrlAction
          Constant addIncludeUrlAction="AddIncludeUrl"
static String addSpecificAction
          Constant addSpecificAction="AddSpecific"
protected static ThreadCategory log
          Constant log
static String removeExcludeRangeAction
          Constant removeExcludeRangeAction="RemoveExcludeRange"
static String removeIncludeRangeAction
          Constant removeIncludeRangeAction="RemoveIncludeRange"
static String removeIncludeUrlAction
          Constant removeIncludeUrlAction="RemoveIncludeUrl"
static String removeSpecificAction
          Constant removeSpecificAction="RemoveSpecific"
static String saveAndRestartAction
          Constant saveAndRestartAction="SaveAndRestart"
 
Constructor Summary
ActionDiscoveryServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          
 void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static ThreadCategory log
Constant log


addSpecificAction

public static String addSpecificAction
Constant addSpecificAction="AddSpecific"


removeSpecificAction

public static String removeSpecificAction
Constant removeSpecificAction="RemoveSpecific"


addIncludeRangeAction

public static String addIncludeRangeAction
Constant addIncludeRangeAction="AddIncludeRange"


removeIncludeRangeAction

public static String removeIncludeRangeAction
Constant removeIncludeRangeAction="RemoveIncludeRange"


addIncludeUrlAction

public static String addIncludeUrlAction
Constant addIncludeUrlAction="AddIncludeUrl"


removeIncludeUrlAction

public static String removeIncludeUrlAction
Constant removeIncludeUrlAction="RemoveIncludeUrl"


addExcludeRangeAction

public static String addExcludeRangeAction
Constant addExcludeRangeAction="AddExcludeRange"


removeExcludeRangeAction

public static String removeExcludeRangeAction
Constant removeExcludeRangeAction="RemoveExcludeRange"


saveAndRestartAction

public static String saveAndRestartAction
Constant saveAndRestartAction="SaveAndRestart"

Constructor Detail

ActionDiscoveryServlet

public ActionDiscoveryServlet()
Method Detail

doPost

public void doPost(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws javax.servlet.ServletException,
                   IOException

Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws javax.servlet.ServletException,
                  IOException

Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException


Copyright © 2011. All Rights Reserved.