Uses of Interface
org.snmp4j.agent.mo.MOTableRowListener
Packages that use MOTableRowListener
Package
Description
-
Uses of MOTableRowListener in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type MOTableRowListenerModifier and TypeMethodDescriptionstatic <R extends MOTableRow,T extends MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>>
voidDefaultMOServer.registerTableRowListener(MOServer server, MOTableRowListener<R> listener) Register a singleMOTableRowListenerwith all tables in the specifiedMOServer.static <R extends MOTableRow,T extends MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>>>
voidDefaultMOServer.unregisterTableRowListener(MOServer server, MOTableRowListener<R> listener) Unregister a singleMOTableRowListenerwith all tables in the specifiedMOServer. -
Uses of MOTableRowListener in org.snmp4j.agent.mo
Classes in org.snmp4j.agent.mo that implement MOTableRowListenerFields in org.snmp4j.agent.mo with type parameters of type MOTableRowListenerModifier and TypeFieldDescriptionprotected List<MOTableRowListener<R>>DefaultMOTable.moTableRowListenersMethods in org.snmp4j.agent.mo that return MOTableRowListenerModifier and TypeMethodDescriptionprotected MOTableRowListener<BaseRow>MOTableRelation.createRelationShipListener()MOTableRelation.getRelationShipListener()Methods in org.snmp4j.agent.mo with parameters of type MOTableRowListenerModifier and TypeMethodDescriptionvoidDefaultMOTable.addMOTableRowListener(MOTableRowListener<R> l) voidMOTable.addMOTableRowListener(MOTableRowListener<R> l) Adds aMOTableRowListenerlistener that needs to be informed about row changes (creation, addition, removal).protected voidDefaultMOTable.fireRowExistsEvent(MOTableRowListener<R> l) Fires aMOTableRowEvent.EXISTSfor all rows in this table if the provided listener actively subscribes to all such events this time by settingMOTableRowEvent.setSendNextEventsOfSameOrigin(boolean)totrueon the first rows and following events.voidDefaultMOTable.removeMOTableRowListener(MOTableRowListener<R> l) voidMOTable.removeMOTableRowListener(MOTableRowListener<R> l) RemovesMOTableRowListenerinstance. -
Uses of MOTableRowListener in org.snmp4j.agent.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement MOTableRowListenerModifier and TypeClassDescriptionclassRowStatus<R extends MOTableRow>TheRowStatusclass implements the columnar object TC RowStatus.classclassTheUsmMIBimplements the SNMP-USER-BASED-SM-MIB defined in RFC 3414. -
Uses of MOTableRowListener in org.snmp4j.agent.mo.snmp4j
Classes in org.snmp4j.agent.mo.snmp4j that implement MOTableRowListener -
Uses of MOTableRowListener in org.snmp4j.agent.mo.util
Classes in org.snmp4j.agent.mo.util that implement MOTableRowListenerModifier and TypeClassDescriptionclassLogMOTableSizeLimit<R extends MOTableRow>TheLogMOTableSizeLimitimplements aMOTableSizeLimitto limit the number of entries in a table by removing the eldest rows existing in the table when the limit is exceeded.classMOTableSizeLimit<R extends MOTableRow>This class implements a size limit on the number of rows in a table.