net.sf.snmpadaptor4j.core.mapping
Class GenericSnmpTrapMapping

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

public final class GenericSnmpTrapMapping
extends SnmpTrapMapping

Object containing the mapping to build generic SNMP traps from JMX notifications.

Author:
Jean-Philippe MINETTI
See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 GenericSnmpTrapType getType()
          Returns the type field of GenericSnmpTrap.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class net.sf.snmpadaptor4j.core.mapping.SnmpTrapMapping
getDataMap, getSource
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public GenericSnmpTrapType getType()
Returns the type field of GenericSnmpTrap.

Returns:
type field of GenericSnmpTrap.

hashCode

public int hashCode()
Overrides:
hashCode in class SnmpTrapMapping

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.