controllers
Class ReportStatusCtrl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
controllers.ReportStatusCtrl
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class ReportStatusCtrl
- extends javax.servlet.http.HttpServlet
Handles the processing of a request to generate a status report.
The status report generates lists of monitored Devices, the Device's
monitored/unmonitorted Interfaces, and the Interface's monitored/unmonitored
Attributes. The report also contains a list of unmonitored Devices. The
individual Interfaces and Attributes of a removed Device are not reported.
Commands used:
- SelectDevices to execute the database query to return lists of
monitored, unmonitored, and removed devices
- SelectInterfaces to execute the database query to return lists of
monitored, unmonitored, and removed device interfaces
- SelectAttributes to execute the database query to return lists of
monitored, unmonitored, and removed device interface attributes
- Version:
- 0.1
- Author:
- gswalters
- See Also:
- Serialized Form
|
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 |
ReportStatusCtrl
public ReportStatusCtrl()
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
doPost
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException