uk.co.westhawk.servlet
Class JeevesInterfaces
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--uk.co.westhawk.servlet.JeevesInterfaces
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class JeevesInterfaces
- extends javax.servlet.http.HttpServlet
When accessed, the JeevesInterfaces servlet will collect once the
information about all the interfaces on a SNMP server. It will hold the
connection until it has received the information. Then it will print
the information to your webpage.
It supports the GET action. The following parameter should be sent
in the URL:
- host - the hostname or IP address of the SNMP server, default is your localhost
For example:
http:<servlet URL>?host=localhost
It will use port 161 and community name public.
- Version:
- $Revision: 3.10 $ $Date: 2006/02/09 14:20:07 $
- Author:
- Tim Panton
- See Also:
InterfaceGetNextPdu
,
Serialized Form
Method Summary |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
java.lang.String |
getServletInfo()
|
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JeevesInterfaces
public JeevesInterfaces()
doGet
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
getServletInfo
public java.lang.String getServletInfo()
- Specified by:
getServletInfo
in interface javax.servlet.Servlet
- Overrides:
getServletInfo
in class javax.servlet.GenericServlet