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

Packages that use SNMPValue
org.rhq.plugins.www.snmp   
 

Uses of SNMPValue in org.rhq.plugins.www.snmp
 

Methods in org.rhq.plugins.www.snmp that return SNMPValue
 SNMPValue SNMPSession.getNextValue(java.lang.String mibName)
          Retrieve the variable that logically next after the specified MIB name or OID.
 SNMPValue SNMPSession.getSingleValue(java.lang.String mibName)
          Retrieves the variable with the the specified MIB name or OID.
 

Methods in org.rhq.plugins.www.snmp that return types with arguments of type SNMPValue
 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.
 java.util.Map<java.lang.String,SNMPValue> SNMPSession.getTable(java.lang.String mibName, int index)
          TODO
 



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