|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sun.management.snmp.agent
in
preference to classes in this package. This class may be removed
in a future version of Java DMK.
This interface ensures the synchronization between Metadata table objects and bean-like table objects. It is used between mibgen generated table meta and table classes.
You should never need to use this interface directly.
Method Summary | |
void |
addEntryCb(int pos,
SnmpOid row,
ObjectName name,
Object entry,
SnmpMibTable meta)
Deprecated. This method is called by the SNMP runtime after a new entry has been added to the table. |
void |
removeEntryCb(int pos,
SnmpOid row,
ObjectName name,
Object entry,
SnmpMibTable meta)
Deprecated. This method is called by the SNMP runtime after a new entry has been removed from the table. |
Method Detail |
public void addEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta) throws SnmpStatusException
You should never need to use this method directly.
SnmpStatusException
public void removeEntryCb(int pos, SnmpOid row, ObjectName name, Object entry, SnmpMibTable meta) throws SnmpStatusException
You should never need to use this method directly.
SnmpStatusException
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |