java.lang.Object | |||
↳ | java.util.EventObject | ||
↳ | javax.management.Notification | ||
↳ | com.sun.jmx.snmp.agent.SnmpTableEntryNotification |
Represents a notification emitted when an entry is added or deleted from an SNMP table.
The SnmpTableEntryNotification
object contains
the reference to the entry added or removed from the table.
The list of notifications fired by the SnmpMibTable
is
the following:
This API is a Sun Microsystems internal API and is subject to change without notice.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | SNMP_ENTRY_ADDED | Notification type denoting that a new entry has been added to the SNMP table. | |||||||||
String | SNMP_ENTRY_REMOVED | Notification type denoting that an entry has been removed from the SNMP table. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the entry object.
| |||||||||||
Gets the ObjectName of the entry.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Notification type denoting that a new entry has been added to the
SNMP table.
The value of this notification type is
jmx.snmp.table.entry.added
.
Notification type denoting that an entry has been removed from the
SNMP table.
The value of this notification type is
jmx.snmp.table.entry.removed
.
Gets the entry object. May be null if the entry is registered in the MBeanServer, and the MIB is using the generic MetaData (see mibgen).
Gets the ObjectName of the entry. May be null if the entry is not registered in the MBeanServer.