Uses of Class
org.rhq.plugins.www.snmp.SNMPException

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()
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.