| Package | Description |
|---|---|
| org.rhq.plugins.www.snmp |
| Modifier and Type | Method and Description |
|---|---|
SNMPValue |
SNMPSession.getNextValue(String mibName)
Retrieve the variable that logically next after the specified MIB name or OID.
|
SNMPValue |
SNMPSession.getSingleValue(String mibName)
Retrieves the variable with the the specified MIB name or OID.
|
| Modifier and Type | Method and Description |
|---|---|
List<SNMPValue> |
SNMPSession.getBulk(String mibName)
TODO
|
List<SNMPValue> |
SNMPSession.getColumn(String mibName)
Retrieves all values from a column of an SNMP table (i.e.
|
Map<String,SNMPValue> |
SNMPSession.getTable(String mibName,
int index)
TODO
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.