net.sf.snmpadaptor4j.core.mapping
Class SpecificSnmpTrapMapping

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

public final class SpecificSnmpTrapMapping
extends SnmpTrapMapping

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

Author:
Jean-Philippe MINETTI
See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 int getType()
          Returns the type field of SpecificSnmpTrap.
 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 int getType()
Returns the type field of SpecificSnmpTrap.

Returns:
type field of SpecificSnmpTrap.

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.