SNMP Stack 4_12

uk.co.westhawk.servlet
Class JeevesUpSince

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--uk.co.westhawk.servlet.JeevesUpSince
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class JeevesUpSince
extends javax.servlet.http.HttpServlet

When accessed, the JeevesUpSince servlet sends once a UpSincePdu request to the configured host to get the uptime of the host. 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:

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:
UpSincePdu, Serialized Form

Constructor Summary
JeevesUpSince()
           
 
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
 

Constructor Detail

JeevesUpSince

public JeevesUpSince()
Method Detail

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

SNMP Stack 4_12