|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.snmpadaptor4j.core.mapping.SnmpTrapMapping
public abstract class SnmpTrapMapping
Object containing the mapping to build SNMP traps from JMX notifications.
Constructor Summary | |
---|---|
protected |
SnmpTrapMapping(SnmpOid source,
DataMapTrapMapping dataMap)
Hidden constructor (abstract class). |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
DataMapTrapMapping |
getDataMap()
Returns the mapping to build the dataMap field of SnmpTrap from a JMX notification. |
SnmpOid |
getSource()
Returns the source field of SnmpTrap . |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SnmpTrapMapping(SnmpOid source, DataMapTrapMapping dataMap)
source
- source
field of SnmpTrap
.dataMap
- Mapping to build the dataMap
field of SnmpTrap
from a JMX notification.Method Detail |
---|
public final SnmpOid getSource()
source
field of SnmpTrap
.
source
field of SnmpTrap
.public final DataMapTrapMapping getDataMap()
dataMap
field of SnmpTrap
from a JMX notification.
dataMap
field of SnmpTrap
from a JMX notification.public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |