org.opennms.web.admin.config
Class AddPollerConfigServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.opennms.web.admin.config.AddPollerConfigServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class AddPollerConfigServlet
- extends HttpServlet
A servlet that handles managing or unmanaging interfaces and services on a
node
- Author:
- Jacinta Remedios , OpenNMS
- See Also:
- Serialized Form
|
Method Summary |
void |
addCapsdInfo(String name,
String port,
String user,
String protocol,
HttpServletResponse response)
|
void |
addPollerInfo(String bPolled,
String name,
String port,
String user,
String protocol,
HttpServletResponse response)
|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
|
void |
init()
|
void |
initCapsdProtocols()
|
void |
initPollerServices()
|
void |
reloadFiles()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
redirectSuccess
protected String redirectSuccess
AddPollerConfigServlet
public AddPollerConfigServlet()
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
addCapsdInfo
public void addCapsdInfo(String name,
String port,
String user,
String protocol,
HttpServletResponse response)
throws ServletException,
IOException
- Throws:
ServletException
IOException
addPollerInfo
public void addPollerInfo(String bPolled,
String name,
String port,
String user,
String protocol,
HttpServletResponse response)
throws ServletException,
IOException
- Throws:
ServletException
IOException
Copyright © 2009. All Rights Reserved.