Uses of Class
net.sf.snmpadaptor4j.core.mapping.SnmpTrapMapping

Packages that use SnmpTrapMapping
net.sf.snmpadaptor4j.core.mapping Package containing all classes for the mapping loading for each MBean. 
net.sf.snmpadaptor4j.core.trap Package containing all classes used to build SNMP traps from JMX notifications and to send them to all SNMP managers. 
 

Uses of SnmpTrapMapping in net.sf.snmpadaptor4j.core.mapping
 

Subclasses of SnmpTrapMapping in net.sf.snmpadaptor4j.core.mapping
 class GenericSnmpTrapMapping
          Object containing the mapping to build generic SNMP traps from JMX notifications.
 class SpecificSnmpTrapMapping
          Object containing the mapping to build specific SNMP traps from JMX notifications.
 

Methods in net.sf.snmpadaptor4j.core.mapping that return types with arguments of type SnmpTrapMapping
 Map<String,SnmpTrapMapping> XmlMappingParser.newSnmpTrapMappingMap(String baseOid)
          Creates and returns the map of mapping to build SNMP traps from JMX notifications for each notification type.
 

Uses of SnmpTrapMapping in net.sf.snmpadaptor4j.core.trap
 

Methods in net.sf.snmpadaptor4j.core.trap that return types with arguments of type SnmpTrapMapping
 Map<String,SnmpTrapMapping> SnmpTrapBuilder.getMappingMap()
          Returns the map of mappings to build SNMP traps for each notification type.
 

Constructor parameters in net.sf.snmpadaptor4j.core.trap with type arguments of type SnmpTrapMapping
SnmpTrapBuilder(Map<String,SnmpTrapMapping> mappingMap, SystemInfo systemInfo)
          Constructor.
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.