Class ThreeComInfo

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

public class ThreeComInfo
extends VendorInfo
The ThreeComInfo class knows how to use SNMP to probe for useful data from 3Com devices. Currently, this class only queries for network interfaces.

Version:
$Revision: 1.4 $, $Date: 2000/10/31 20:32:04 $
Author:
Joseph Thomas

Constructor Index

 o ThreeComInfo(HostEntry)
Constructor method -- ThreeComInfo

Method Index

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

Constructors

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

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 3Com devices.

Parameters:
dc - DataCollector for this run
ca - CollectorAnalyzer for this run
threadNum - index to 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 ThreeComInfo object
Overrides:
toString in class VendorInfo