|
||||||||||
| 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 | |
|---|---|
java.util.List<SNMPValue> |
SNMPSession.getBulk(java.lang.String mibName)
TODO |
java.util.List<SNMPValue> |
SNMPSession.getColumn(java.lang.String mibName)
Retrieves all values from a column of an SNMP table (i.e. |
SNMPValue |
SNMPSession.getNextValue(java.lang.String mibName)
Retrieve the variable that logically next after the specified MIB name or OID. |
SNMPSession |
SNMPClient.getSession(java.lang.String host,
java.lang.Integer port,
java.lang.String community,
SNMPClient.SNMPVersion version)
|
SNMPValue |
SNMPSession.getSingleValue(java.lang.String mibName)
Retrieves the variable with the the specified MIB name or OID. |
java.util.Map<java.lang.String,SNMPValue> |
SNMPSession.getTable(java.lang.String mibName,
int index)
TODO |
boolean |
SNMPClient.init(java.util.Properties props)
|
long |
SNMPValue.toLong()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||