Class DecInfo
java.lang.Object
|
+----VendorInfo
|
+----DecInfo
- public class DecInfo
- extends VendorInfo
The DecInfo class knows how to use SNMP to probe for useful
data from DEC devices. Currently, we don't collect anything
other than the network interfaces.
- Version:
- $Revision: 1.8 $, $Date: 2000/10/31 20:32:02 $
- Author:
- Joseph Thomas
-
DecInfo(HostEntry)
- Constructor method -- DecInfo
-
query(DataCollector, CollectorAnalyzer, int)
- Query method - method called on each pass for DEC devices
-
toString()
- toString() method -- print something useful about this object.
DecInfo
public DecInfo(HostEntry host)
- Constructor method -- DecInfo
- Parameters:
- host - the "host" object representing the device to be queried.
query
public void query(DataCollector dc,
CollectorAnalyzer ca,
int threadNum) throws Exception
- Query method - method called on each pass for DEC 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
toString
public String toString()
- toString() method -- print something useful about this object.
- Returns:
- String which identifies this as a DecInfo object
- Overrides:
- toString in class VendorInfo