Class 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
    Author:
    Jason Johns, OpenNMS
    See Also:
    Serialized Form
    • Field Detail

      • ATTRIBUTE_DISCOVERY_CONFIGURATION

        public static final String ATTRIBUTE_DISCOVERY_CONFIGURATION
    • 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