Uses of Interface
org.opennms.netmgt.snmp.TrapProcessorFactory

Packages that use TrapProcessorFactory
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. 
org.opennms.netmgt.trapd TODO: add package overview sentence here. 
 

Uses of TrapProcessorFactory in org.opennms.netmgt.snmp
 

Methods in org.opennms.netmgt.snmp with parameters of type TrapProcessorFactory
static void SnmpUtils.registerForTraps(TrapNotificationListener listener, TrapProcessorFactory processorFactory, int snmpTrapPort, List<SnmpV3User> snmpUsers)
           
 void SnmpStrategy.registerForTraps(TrapNotificationListener listener, TrapProcessorFactory processorFactory, int snmpTrapPort, List<SnmpV3User> snmpv3Users)
           
 

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

Methods in org.opennms.netmgt.snmp.joesnmp with parameters of type TrapProcessorFactory
 void JoeSnmpStrategy.registerForTraps(TrapNotificationListener listener, TrapProcessorFactory processorFactory, int snmpTrapPort, List<SnmpV3User> snmpv3Users)
           
 

Constructors in org.opennms.netmgt.snmp.joesnmp with parameters of type TrapProcessorFactory
JoeSnmpTrapNotifier(TrapNotificationListener listener, TrapProcessorFactory factory)
           
 

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

Methods in org.opennms.netmgt.snmp.snmp4j with parameters of type TrapProcessorFactory
 void Snmp4JStrategy.registerForTraps(TrapNotificationListener listener, TrapProcessorFactory processorFactory, int snmpTrapPort, List<SnmpV3User> snmpUsers)
           
 

Constructors in org.opennms.netmgt.snmp.snmp4j with parameters of type TrapProcessorFactory
Snmp4JTrapNotifier(TrapNotificationListener listener, TrapProcessorFactory processorFactory)
           
 

Uses of TrapProcessorFactory in org.opennms.netmgt.trapd
 

Classes in org.opennms.netmgt.trapd that implement TrapProcessorFactory
 class Trapd
           The Trapd listens for SNMP traps on the standard port(162).
 



Copyright © 2011. All Rights Reserved.