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

Packages that use DataMapTrapMapping
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 DataMapTrapMapping in net.sf.snmpadaptor4j.core.mapping
 

Subclasses of DataMapTrapMapping in net.sf.snmpadaptor4j.core.mapping
 class DefaultDataMapTrapMapping
          Object containing the default mapping to build the dataMap field of SnmpTrap from a JMX notification.
 class MapDataMapTrapMapping
          Object containing the mapping to build the dataMap field of SnmpTrap from a userData field of JMX notification and as map object.
 class SimpleDataMapTrapMapping
          Object containing the mapping to build the dataMap field of SnmpTrap from a userData field of JMX notification and as simple object.
 

Methods in net.sf.snmpadaptor4j.core.mapping that return DataMapTrapMapping
 DataMapTrapMapping SnmpTrapMapping.getDataMap()
          Returns the mapping to build the dataMap field of SnmpTrap from a JMX notification.
 

Constructors in net.sf.snmpadaptor4j.core.mapping with parameters of type DataMapTrapMapping
SnmpTrapMapping(SnmpOid source, DataMapTrapMapping dataMap)
          Hidden constructor (abstract class).
 

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

Methods in net.sf.snmpadaptor4j.core.trap with parameters of type DataMapTrapMapping
protected  Map<SnmpOid,SnmpTrapData> SnmpTrapBuilder.newDataMap(DataMapTrapMapping mapping, Notification notification)
          Creates and returns a new dataMap of SnmpTrap by a JMX notification.
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.