public class JMXAttributeNotificationIndexSupport extends Object implements JMXNotificationIndexSupport
The JMXAttributeNotificationIndexSupport provides the index
portion for a notification object by using a JMXIndexSupport
instance. That instance can be shared with the table holding the target
object.
| Constructor and Description |
|---|
JMXAttributeNotificationIndexSupport(TypedAttribute attribute,
JMXIndexSupport indexSupport) |
| Modifier and Type | Method and Description |
|---|---|
org.snmp4j.smi.OID |
getIndex(int objectIndex)
Gets the index portion for the object with the specified index in the
notification.
|
void |
initialize(Object notificationUserObject)
Initialize the index support instance with the MBean notification object.
|
public JMXAttributeNotificationIndexSupport(TypedAttribute attribute, JMXIndexSupport indexSupport)
public void initialize(Object notificationUserObject)
JMXNotificationIndexSupportinitialize in interface JMXNotificationIndexSupportnotificationUserObject - an Object that contains or refers to the payload data of the
notification.public org.snmp4j.smi.OID getIndex(int objectIndex)
JMXNotificationIndexSupportgetIndex in interface JMXNotificationIndexSupportobjectIndex - a zero based index into the SNMP notification objects.Copyright © 2015 SNMP4J.org. All rights reserved.