|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JMXNotificationIndexSupport
Notification objects can refer to scalar and tabular data. Whereas for scalar data the OID of the instance is constant, the index portion of the instance identifier of tabular data may vary from notification to notification.
This interface provides the means needed by a MBeanNotificationInfo
instance to send a notification referring to tabular data.
| Method Summary | |
|---|---|
org.snmp4j.smi.OID |
getIndex(int objectIndex)
Gets the index portion for the object with the specified index in the notification. |
void |
intialize(java.lang.Object notificationUserObject)
Initialize the index support instance with the MBean notification object. |
| Method Detail |
|---|
void intialize(java.lang.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 2006-2007 Frank Fock (SNMP4J.org) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||