net.sf.snmpadaptor4j.core.mapping
Class MapDataMapTrapMapping

java.lang.Object
  extended by net.sf.snmpadaptor4j.core.mapping.DataMapTrapMapping
      extended by net.sf.snmpadaptor4j.core.mapping.MapDataMapTrapMapping
All Implemented Interfaces:
Serializable

public final class MapDataMapTrapMapping
extends DataMapTrapMapping

Object containing the mapping to build the dataMap field of SnmpTrap from a userData field of JMX notification and as map object.

Author:
Jean-Philippe MINETTI
See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 List<UserDataEntryDataMapTrapMapping> getUserDataEntryList()
          Returns the list of mappings to build entries of the map in dataMap field of SnmpTrap from all entries of map in userData field of JMX notification.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class net.sf.snmpadaptor4j.core.mapping.DataMapTrapMapping
getMessageOid, getSequenceNumberOid, isHasSystemInfo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getUserDataEntryList

public List<UserDataEntryDataMapTrapMapping> getUserDataEntryList()
Returns the list of mappings to build entries of the map in dataMap field of SnmpTrap from all entries of map in userData field of JMX notification.

Returns:
List of mappings to build entries of the map in dataMap field of SnmpTrap from all entries of map in userData field of JMX notification (never NULL).

hashCode

public int hashCode()
Overrides:
hashCode in class DataMapTrapMapping

equals

public boolean equals(Object obj)
Overrides:
equals in class DataMapTrapMapping

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.