public interface JMXNotificationIndexSupport
This interface provides the means needed by a MBeanNotificationInfo
instance to send a notification referring to tabular data.
| 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.
|
void initialize(Object notificationUserObject)
notificationUserObject - an Object that contains or refers to the payload data of the
notification.org.snmp4j.smi.OID getIndex(int objectIndex)
objectIndex - a zero based index into the SNMP notification objects.Copyright © 2015 SNMP4J.org. All rights reserved.