|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SNMPException | |
|---|---|
| org.rhq.plugins.www.snmp | |
| Uses of SNMPException in org.rhq.plugins.www.snmp |
|---|
| Subclasses of SNMPException in org.rhq.plugins.www.snmp | |
|---|---|
class |
MIBLookupException
|
class |
SNMPConnectException
|
| Methods in org.rhq.plugins.www.snmp that throw SNMPException | |
|---|---|
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)
|
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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||