|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.management.Notification com.sun.management.snmp.agent.SnmpTableEntryNotification
public class 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:
Field Summary | |
---|---|
static String |
SNMP_ENTRY_ADDED
Notification type denoting that a new entry has been added to the SNMP table. |
static String |
SNMP_ENTRY_REMOVED
Notification type denoting that an entry has been removed from the SNMP table. |
Fields inherited from class javax.management.Notification |
---|
source |
Method Summary | |
---|---|
Object |
getEntry()
Gets the entry object. |
ObjectName |
getEntryName()
Gets the ObjectName of the entry. |
Methods inherited from class javax.management.Notification |
---|
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String SNMP_ENTRY_ADDED
jdmk.snmp.table.entry.added
.
public static final String SNMP_ENTRY_REMOVED
jmx.snmp.table.entry.removed
.
Method Detail |
---|
public Object getEntry()
public ObjectName getEntryName()
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |