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

Packages that use TrapNotificationListener
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 TrapNotificationListener in org.opennms.netmgt.snmp
 

Methods in org.opennms.netmgt.snmp with parameters of type TrapNotificationListener
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)
           
static void SnmpUtils.unregisterForTraps(TrapNotificationListener listener, int snmpTrapPort)
           
 void SnmpStrategy.unregisterForTraps(TrapNotificationListener listener, int snmpTrapPort)
           
 

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

Fields in org.opennms.netmgt.snmp.joesnmp declared as TrapNotificationListener
 TrapNotificationListener JoeSnmpStrategy.RegistrationInfo.m_listener
           
 

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

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

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

Fields in org.opennms.netmgt.snmp.snmp4j declared as TrapNotificationListener
 TrapNotificationListener Snmp4JStrategy.RegistrationInfo.m_listener
           
 

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

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

Uses of TrapNotificationListener in org.opennms.netmgt.trapd
 

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



Copyright © 2011. All Rights Reserved.