| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.snmpadaptor4j.core.mapping.DataMapTrapMapping
public abstract class DataMapTrapMapping
Object containing the mapping to build the dataMap field of SnmpTrap from a JMX notification.
| Constructor Summary | |
|---|---|
protected  | 
DataMapTrapMapping(SnmpOid sequenceNumberOid,
                   SnmpOid messageOid,
                   boolean hasSystemInfo)
Hidden constructor (abstract class).  | 
| Method Summary | |
|---|---|
 boolean | 
equals(Object obj)
 | 
 SnmpOid | 
getMessageOid()
Returns the OID of message field of JMX notification. | 
 SnmpOid | 
getSequenceNumberOid()
Returns the OID of sequenceNumber field of JMX notification. | 
 int | 
hashCode()
 | 
 boolean | 
isHasSystemInfo()
Returns TRUE for put all system information attributes in the dataMap field of SnmpTrap
 . | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected DataMapTrapMapping(SnmpOid sequenceNumberOid,
                             SnmpOid messageOid,
                             boolean hasSystemInfo)
sequenceNumberOid - OID of sequenceNumber field of JMX notification. Is NULL if the sequenceNumber should not be present in
            dataMap field of SnmpTrap.messageOid - OID of message field of JMX notification. Is NULL if the message should not be present in dataMap
            field of SnmpTrap.hasSystemInfo - TRUE for put all system information attributes in the dataMap field of
            SnmpTrap.| Method Detail | 
|---|
public final SnmpOid getSequenceNumberOid()
sequenceNumber field of JMX notification.
sequenceNumber field of JMX notification. Is NULL if the sequenceNumber should not be present in dataMap
         field of SnmpTrap.public final SnmpOid getMessageOid()
message field of JMX notification.
message field of JMX notification. Is NULL if the message should not be present in dataMap field of
         SnmpTrap.public final boolean isHasSystemInfo()
TRUE for put all system information attributes in the dataMap field of SnmpTrap
 .
TRUE for put all system information attributes in the dataMap field of SnmpTrap
         .public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||