Class HarpInfo

java.lang.Object
   |
   +----VendorInfo
           |
           +----HarpInfo

public class HarpInfo
extends VendorInfo
The HarpInfo class knows host to use SNMP to probe for useful data from EndSystem's running HARP ATM software. Currently, this class only looks for network interface information.

Version:
$Revision: 1.8 $, $Date: 2000/10/31 20:32:03 $
Author:
Joseph Thomas

Constructor Index

 o HarpInfo(HostEntry)
Constructor method -- HarpInfo

Method Index

 o query(DataCollector, CollectorAnalyzer, int)
Query method - method called on each pass for HARP devices.
 o toString()
toString() method -- print something useful about this object.

Constructors

 o HarpInfo
 public HarpInfo(HostEntry host)
Constructor method -- HarpInfo

Parameters:
host - the "host" object representing the device to be queried.

Methods

 o query
 public void query(DataCollector dc,
                   CollectorAnalyzer ca,
                   int threadNum) throws Exception
Query method - method called on each pass for HARP devices.

Parameters:
dc - DataCollector for this run
ca - CollectorAnalyzer for this run
threadNum - an index for which thread called us
Throws: Exception
Any exception caught from queryInterfaces()
Overrides:
query in class VendorInfo
 o toString
 public String toString()
toString() method -- print something useful about this object.

Returns:
String which identifies this as a HarpInfo object
Overrides:
toString in class VendorInfo