Uses of Interface
org.snmp4j.agent.mo.MOTableRowListener
-
Packages that use MOTableRowListener Package Description org.snmp4j.agent org.snmp4j.agent.mo org.snmp4j.agent.mo.snmp org.snmp4j.agent.mo.snmp4j org.snmp4j.agent.mo.util -
-
Uses of MOTableRowListener in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type MOTableRowListener Modifier and Type Method Description static <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 MOTableRowListener Modifier and Type Class Description protected classMOTableRelation.RelationShipListenerFields in org.snmp4j.agent.mo with type parameters of type MOTableRowListener Modifier and Type Field Description protected List<MOTableRowListener<R>>DefaultMOTable. moTableRowListenersMethods in org.snmp4j.agent.mo that return MOTableRowListener Modifier and Type Method Description protected MOTableRowListener<BaseRow>MOTableRelation. createRelationShipListener()MOTableRowListener<BaseRow>MOTableRelation. getRelationShipListener()Methods in org.snmp4j.agent.mo with parameters of type MOTableRowListener Modifier and Type Method Description voidDefaultMOTable. 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 MOTableRowListener Modifier and Type Class Description classRowStatus<R extends MOTableRow>TheRowStatusclass implements the columnar object TC RowStatus.classSnmpTargetMIBclassUsmMIBTheUsmMIBimplements 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 Modifier and Type Class Description classSnmp4jLogMibclassSnmp4jProxyMib -
Uses of MOTableRowListener in org.snmp4j.agent.mo.util
Classes in org.snmp4j.agent.mo.util that implement MOTableRowListener Modifier and Type Class Description classLogMOTableSizeLimit<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.
-