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 sends
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.
Some general information about servlets.
- Version:
- $Revision: 3.7 $ $Date: 2002/10/22 16:34:23 $
- Author:
- Tim Panton
- See Also:
InterfacePdu
, 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, doHead, 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
getServletInfo
public java.lang.String getServletInfo()
- Overrides:
getServletInfo
in class javax.servlet.GenericServlet