Uses of Class
org.snmp4j.util.TableEvent
-
Packages that use TableEvent Package Description org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of TableEvent in org.snmp4j.util
Methods in org.snmp4j.util that return types with arguments of type TableEvent Modifier and Type Method Description java.util.List<TableEvent>TableUtils.InternalTableListener. getRows()java.util.List<TableEvent>TableUtils. getTable(Target<?> target, OID[] columnOIDs, OID lowerBoundIndex, OID upperBoundIndex)Gets synchronously SNMP tabular data from one or more tables.Methods in org.snmp4j.util with parameters of type TableEvent Modifier and Type Method Description voidTableListener. finished(TableEvent event)Indicates in a series of table events that no more events will follow.voidTableUtils.InternalTableListener. finished(TableEvent event)booleanTableListener. next(TableEvent event)Consumes the next table event, which is typically the next row in a table retrieval operation.booleanTableUtils.InternalTableListener. next(TableEvent event)
-