org.opennms.netmgt.capsd
Class IfCollector

java.lang.Object
  extended by org.opennms.netmgt.capsd.IfCollector
All Implemented Interfaces:
Runnable

public final class IfCollector
extends Object
implements Runnable

This class is designed to collect all the relevant information from the target designated during construction. The target is initially polled using all the configured plugins, then tested for SMB and SNMP. If either of those plugins were detected then an additional collection of the SMB/SNMP information is preformed. If any node has multiple interfaces in it then addition probes of those interfaces are performed. The SNMP/SMB collections are preformed only once though.

Author:
Weave , OpenNMS

Method Summary
 void run()
          The main collection routine of the class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
The main collection routine of the class. This method is used to poll the address, and any additional interfaces discovered via SNMP.

Specified by:
run in interface Runnable


Copyright © 2009. All Rights Reserved.