| Package | Description |
|---|---|
| org.rhq.plugins.www.snmp |
| Modifier and Type | Class and Description |
|---|---|
class |
MIBLookupException |
class |
SNMPConnectException |
class |
SNMPTimeoutException
This exception indicates that an SNMP request has timed out, potentially after multiple retries.
|
| 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.
|
SNMPValue |
SNMPSession.getNextValue(String mibName)
Retrieve the variable that logically next after the specified MIB name or OID.
|
SNMPSession |
SNMPClient.getSession(String host,
Integer port,
String community,
SNMPClient.SNMPVersion version,
long timeout,
int retries) |
SNMPValue |
SNMPSession.getSingleValue(String mibName)
Retrieves the variable with the the specified MIB name or OID.
|
Map<String,SNMPValue> |
SNMPSession.getTable(String mibName,
int index)
TODO
|
boolean |
SNMPClient.init(Properties props) |
long |
SNMPValue.toLong() |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.