Package | Description |
---|---|
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected TableUtils.TableRequest |
TableUtils.createTableRequest(Target target,
OID[] columnOIDs,
TableListener listener,
Object userObject,
OID lowerBoundIndex,
OID upperBoundIndex) |
Constructor and Description |
---|
TableEvent(TableUtils.TableRequest source,
Object userObject) |
TableEvent(TableUtils.TableRequest source,
Object userObject,
Exception exception)
Creates a table event with an exception.
|
TableEvent(TableUtils.TableRequest source,
Object userObject,
int status)
Creates a table event with a status.
|
TableEvent(TableUtils.TableRequest source,
Object userObject,
OID index,
VariableBinding[] cols)
Creates a table event with row data.
|
TableEvent(TableUtils.TableRequest source,
Object userObject,
PDU report)
Creates a table event with a report PDU.
|
Copyright © 2022 SNMP4J.org. All rights reserved.