Class UnknownInfo
java.lang.Object
|
+----VendorInfo
|
+----UnknownInfo
- public class UnknownInfo
- extends VendorInfo
The UnknownInfo class knows how to use SNMP to probe for useful
data from Unknown devices. Currently, this class only queries for
network interfaces.
- Version:
- $Revision: 1.8 $, $Date: 2000/10/31 20:32:04 $
- Author:
- Joseph Thomas
-
UnknownInfo(HostEntry)
- Constructor method -- UnknownInfo
-
query(DataCollector, CollectorAnalyzer, int)
- Query method - method called on each pass for Unknown devices.
-
toString()
- toString() method -- print something useful about this object.
UnknownInfo
public UnknownInfo(HostEntry host)
- Constructor method -- UnknownInfo
- 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 Unknown 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
toString
public String toString()
- toString() method -- print something useful about this object.
- Returns:
- String which identifies this as a UnknownInfo object
- Overrides:
- toString in class VendorInfo