SNMP Stack 4_12

uk.co.westhawk.examplev3
Class get_next

java.lang.Object
  |
  +--uk.co.westhawk.examplev3.get_next

public class get_next
extends java.lang.Object

The get_next application does a MIB tree walk, using the BlockPdu. It will start with the OID as configured in the properties file.

It walks the tree by creating a new BlockPdu out off the previous one. All information will be printed to System.out.

All parameters can be configured in the properties file. The name of the properties file can be passed as first argument to this application. If there is no such argument, it will look for get_next.properties. If this file does not exist, the application will use default parameters.

Version:
$Revision: 1.2 $ $Date: 2002/10/22 16:34:23 $
Author:
Birgit Arkesteijn
See Also:
BlockPdu

Constructor Summary
get_next(java.lang.String propertiesFilename)
          Constructor.
 
Method Summary
 void init()
           
static void main(java.lang.String[] args)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

get_next

public get_next(java.lang.String propertiesFilename)
Constructor.
Parameters:
propertiesFilename - The name of the properties file. Can be null.
Method Detail

init

public void init()

start

public void start()

main

public static void main(java.lang.String[] args)

SNMP Stack 4_12