|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.opennms.web.admin.pollerConfig.AddPollerConfigServlet
public class AddPollerConfigServlet
A servlet that handles managing or unmanaging interfaces and services on a node
| Field Summary | |
|---|---|
protected String |
redirectSuccess
|
| Constructor Summary | |
|---|---|
AddPollerConfigServlet()
|
|
| Method Summary | |
|---|---|
void |
addCapsdInfo(String name,
String port,
String user,
String protocol,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
addCapsdInfo |
void |
addPollerInfo(String bPolled,
String name,
String port,
String user,
String protocol,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
addPollerInfo |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
init()
init |
void |
initCapsdProtocols()
initCapsdProtocols |
void |
initPollerServices()
initPollerServices |
void |
reloadFiles()
reloadFiles |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String redirectSuccess
| Constructor Detail |
|---|
public AddPollerConfigServlet()
| Method Detail |
|---|
public void init()
throws javax.servlet.ServletException
init
init in class javax.servlet.GenericServletjavax.servlet.ServletException - if any.
public void reloadFiles()
throws javax.servlet.ServletException
reloadFiles
javax.servlet.ServletException - if any.public void initCapsdProtocols()
initCapsdProtocols
public void initPollerServices()
initPollerServices
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletException
IOException
public void addCapsdInfo(String name,
String port,
String user,
String protocol,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
throws javax.servlet.ServletException,
IOException
addCapsdInfo
name - a String object.port - a String object.user - a String object.protocol - a String object.response - a HttpServletResponse object.request - a HttpServletRequest object.
javax.servlet.ServletException - if any.
IOException - if any.
public void addPollerInfo(String bPolled,
String name,
String port,
String user,
String protocol,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
throws javax.servlet.ServletException,
IOException
addPollerInfo
bPolled - a String object.name - a String object.port - a String object.user - a String object.protocol - a String object.response - a HttpServletResponse object.request - a HttpServletRequest object.
javax.servlet.ServletException - if any.
IOException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||