org.opennms.web.admin.config
Class PollerConfigServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.opennms.web.admin.config.PollerConfigServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class PollerConfigServlet
- extends HttpServlet
A servlet that handles managing or unmanaging interfaces and services on a
node
- Author:
- Jacinta Remedios , OpenNMS
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
redirectSuccess
protected String redirectSuccess
PollerConfigServlet
public PollerConfigServlet()
init
public void init()
throws ServletException
- Overrides:
init in class GenericServlet
- Throws:
ServletException
reloadFiles
public void reloadFiles()
throws ServletException
- Throws:
ServletException
initCapsdProtocols
public void initCapsdProtocols()
initPollerServices
public void initPollerServices()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
deleteCapsdInfo
public void deleteCapsdInfo(String name)
adjustNonChecked
public void adjustNonChecked(List checkedList)
deleteThese
public void deleteThese(List deleteServices)
throws IOException
- Throws:
IOException
removeMonitor
public void removeMonitor(String service)
modifyPollerInfo
public void modifyPollerInfo(String bPolled,
String protocol)
Copyright © 2009. All Rights Reserved.