Uses of Class
org.opennms.netmgt.snmp.CollectionTracker

Packages that use CollectionTracker
org.opennms.netmgt.capsd.snmp TODO: add package overview sentence here. 
org.opennms.netmgt.collectd TODO: add package overview sentence here. 
org.opennms.netmgt.config TODO: add package overview sentence here. 
org.opennms.netmgt.linkd.snmp TODO: add package overview sentence here. 
org.opennms.netmgt.provision.scan.snmp   
org.opennms.netmgt.provision.service   
org.opennms.netmgt.provision.service.snmp TODO: add package overview sentence here. 
org.opennms.netmgt.snmp Non-implementation-specific SNMP API. 
org.opennms.netmgt.snmp.joesnmp Use JoeSNMP for SNMP support in OpenNMS. 
org.opennms.netmgt.snmp.snmp4j Use SNMP4J for SNMP support in OpenNMS. 
 

Uses of CollectionTracker in org.opennms.netmgt.capsd.snmp
 

Subclasses of CollectionTracker in org.opennms.netmgt.capsd.snmp
 class IfTable
           The IfTable uses a SnmpSession to collect the entries in the remote agent's interface table.
 class IfXTable
           The IfXTable uses a SnmpSession to collect the entries in the remote agent's interface extensions table.
 class IpAddrTable
           IpAddrTable uses a SnmpSession to collect the ipAddrTable entries It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests /recieve replies.
 class SnmpTable<T extends SnmpTableEntry>
          Abstract SnmpTable class.
 class SystemGroup
           SystemGroup holds the system group properties It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests /recieve replies.
 

Methods in org.opennms.netmgt.capsd.snmp that return CollectionTracker
 CollectionTracker NamedSnmpVar.getCollectionTracker()
          getCollectionTracker
static CollectionTracker[] NamedSnmpVar.getTrackersFor(NamedSnmpVar[] columns)
          getTrackersFor
 

Uses of CollectionTracker in org.opennms.netmgt.collectd
 

Subclasses of CollectionTracker in org.opennms.netmgt.collectd
 class IfNumberTracker
          IfNumberTracker class.
 class ObjIdMonitor
          ObjIdMonitor class.
 class SnmpIfCollector
          The SnmpIfCollector class is responsible for performing the actual SNMP data collection for a node over a specified network interface.
 class SnmpNodeCollector
          The SnmpNodeCollector class is responsible for performing the actual SNMP data collection for a node over a specified network interface.
 class SysUpTimeTracker
          SysUpTimeTracker class.
 

Methods in org.opennms.netmgt.collectd that return CollectionTracker
 CollectionTracker SnmpCollectionSet.getCollectionTracker()
          getCollectionTracker
 

Uses of CollectionTracker in org.opennms.netmgt.config
 

Methods in org.opennms.netmgt.config that return CollectionTracker
 CollectionTracker MibObject.getCollectionTracker()
          getCollectionTracker
 CollectionTracker MibObject.getCollectionTracker(SnmpInstId... instances)
          getCollectionTracker
static CollectionTracker[] MibObject.getCollectionTrackers(List<MibObject> objList)
          getCollectionTrackers
static CollectionTracker[] MibObject.getCollectionTrackers(List<MibObject> objList, SnmpInstId... instances)
          getCollectionTrackers
 

Uses of CollectionTracker in org.opennms.netmgt.linkd.snmp
 

Subclasses of CollectionTracker in org.opennms.netmgt.linkd.snmp
 class CdpCacheTable
           CdpCacheTable uses a SnmpSession to collect the CdpCache table entries.
 class CiscoVlanTable
           CiscoVlanTable uses a SnmpSession to collect the Cisco VTP specific MIB Vlan table entries.
 class Dot1dBaseGroup
          Dot1dBaseGroup holds the dot1dBridge.dot1dBase group properties It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests /recieve replies.
 class Dot1dBasePortTable
          Dot1DBasePortTable uses a SnmpSession to collect the dot1dBridge.dot1dBase.
 class Dot1dStpGroup
          SystemGroup holds the system group properties It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests/receive replies.
 class Dot1dStpPortTable
          Dot1dStpPortTable uses a SnmpSession to collect the dot1dBridge.dot1dStp tableentries.
 class Dot1dTpFdbTable
          Dot1DBaseTable uses a SnmpSession to collect the dot1dBridge.dot1dBase entries It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests /recieve replies.
 class Dot1qStaticVlanTable
           Dot1qStaticVlanTable uses a SnmpSession to collect the vtpVlanTable Port table entries.
 class ExtremeNetworkVlanTable
           ExtremeNetworkVlanTable uses a SnmpSession to collect Extreme Network devices specific Vlan Table entries.
 class InetCidrRouteTable
          InetCidrRouteTable uses a SnmpSession to collect the ipRouteTable entries It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests /recieve replies.
 class IntelVlanTable
           IntelVlanTable uses a SnmpSession to collect specific Intel Vendor vtp Vlan Table entries.
 class IpCidrRouteTable
          IpCidrRouteTable uses a SnmpSession to collect the ipRouteTable entries It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests /recieve replies.
 class IpNetToMediaTable
          IpNetToMediaTable uses a SnmpSession to collect the ipNetToMediaTable entries It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests /recieve replies.
 class IpRouteTable
          IpRouteTable uses a SnmpSession to collect the ipRouteTable entries It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests /recieve replies.
 class QBridgeDot1dTpFdbTable
          Dot1DBaseTable uses a SnmpSession to collect the QBridge.forwarding table entries It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests /recieve replies.
 class RapidCityVlanTable
           RapidCityVlanPortTable uses a SnmpSession to collect the vtp Vlan Table entries.
 class ThreeComVlanTable
           ThreeComVlanTable uses a SnmpSession to collect 3Com specific vendor vtp Vlan Table entries.
 

Uses of CollectionTracker in org.opennms.netmgt.provision.scan.snmp
 

Methods in org.opennms.netmgt.provision.scan.snmp that return CollectionTracker
 CollectionTracker AbstractSnmpScanner.SnmpExchange.createTracker(ScanContext context)
           
 

Uses of CollectionTracker in org.opennms.netmgt.provision.service
 

Subclasses of CollectionTracker in org.opennms.netmgt.provision.service
 class IPInterfaceTableTracker
          PhysInterfaceTableTracker
 class PhysInterfaceTableTracker
          PhysInterfaceTableTracker
 

Uses of CollectionTracker in org.opennms.netmgt.provision.service.snmp
 

Methods in org.opennms.netmgt.provision.service.snmp that return CollectionTracker
 CollectionTracker NamedSnmpVar.getCollectionTracker(Set<SnmpInstId> instances)
          getCollectionTracker
static CollectionTracker[] NamedSnmpVar.getTrackersFor(NamedSnmpVar[] ms_elemList)
          getTrackersFor
static CollectionTracker[] NamedSnmpVar.getTrackersFor(NamedSnmpVar[] columns, Set<SnmpInstId> instances)
          getTrackersFor
 

Uses of CollectionTracker in org.opennms.netmgt.snmp
 

Subclasses of CollectionTracker in org.opennms.netmgt.snmp
 class AggregateTracker
           
 class ColumnTracker
           
 class InstanceListTracker
           
 class SingleInstanceTracker
           
 class TableTracker
           
 

Methods in org.opennms.netmgt.snmp that return CollectionTracker
 CollectionTracker CollectionTracker.getCollectionTracker()
           
 CollectionTracker Collectable.getCollectionTracker()
           
 CollectionTracker CollectionTracker.getParent()
           
 

Methods in org.opennms.netmgt.snmp with parameters of type CollectionTracker
static SnmpWalker SnmpUtils.createWalker(SnmpAgentConfig agentConfig, String name, CollectionTracker... trackers)
           
static SnmpWalker SnmpUtils.createWalker(SnmpAgentConfig agentConfig, String name, CollectionTracker tracker)
           
 SnmpWalker SnmpStrategy.createWalker(SnmpAgentConfig agentConfig, String name, CollectionTracker tracker)
           
 void CollectionTracker.setParent(CollectionTracker parent)
           
 

Constructors in org.opennms.netmgt.snmp with parameters of type CollectionTracker
AggregateTracker(Collectable[] children, CollectionTracker parent)
           
AggregateTracker(Collection<Collectable> children, CollectionTracker parent)
           
CollectionTracker(CollectionTracker parent)
           
ColumnTracker(CollectionTracker parent, SnmpObjId base)
           
ColumnTracker(CollectionTracker parent, SnmpObjId base, int maxRepititions)
           
InstanceListTracker(SnmpObjId base, SnmpInstId[] instances, CollectionTracker parent)
           
InstanceListTracker(SnmpObjId base, String instances, CollectionTracker parent)
           
SingleInstanceTracker(SnmpObjId base, SnmpInstId inst, CollectionTracker parent)
           
SnmpWalker(InetAddress address, String name, int maxVarsPerPdu, int maxRepititions, CollectionTracker tracker)
           
 

Uses of CollectionTracker in org.opennms.netmgt.snmp.joesnmp
 

Methods in org.opennms.netmgt.snmp.joesnmp with parameters of type CollectionTracker
 SnmpWalker JoeSnmpStrategy.createWalker(SnmpAgentConfig snmpAgentConfig, String name, CollectionTracker tracker)
           
 

Constructors in org.opennms.netmgt.snmp.joesnmp with parameters of type CollectionTracker
JoeSnmpWalker(JoeSnmpAgentConfig agentConfig, String name, CollectionTracker tracker)
           
 

Uses of CollectionTracker in org.opennms.netmgt.snmp.snmp4j
 

Methods in org.opennms.netmgt.snmp.snmp4j with parameters of type CollectionTracker
 SnmpWalker Snmp4JStrategy.createWalker(SnmpAgentConfig snmpAgentConfig, String name, CollectionTracker tracker)
          SNMP4J createWalker implemenetation.
 

Constructors in org.opennms.netmgt.snmp.snmp4j with parameters of type CollectionTracker
Snmp4JWalker(Snmp4JAgentConfig agentConfig, String name, CollectionTracker tracker)
           
 



Copyright © 2011. All Rights Reserved.