Hyperic HQ Plugin API v. 5.8.0

org.hyperic.snmp
Interface SNMPSession


public interface SNMPSession


Method Summary
 List getBulk(String mibName)
           
 List getColumn(String mibName)
           
 SNMPValue getNextValue(String mibName)
           
 SNMPValue getSingleValue(String mibName)
           
 Map getTable(String mibName, int index)
           
 SNMPValue getTableValue(String name, int index, String leaf)
           
 

Method Detail

getSingleValue

SNMPValue getSingleValue(String mibName)
                         throws SNMPException
Throws:
SNMPException

getNextValue

SNMPValue getNextValue(String mibName)
                       throws SNMPException
Throws:
SNMPException

getColumn

List getColumn(String mibName)
               throws SNMPException
Throws:
SNMPException

getTable

Map getTable(String mibName,
             int index)
             throws SNMPException
Throws:
SNMPException

getTableValue

SNMPValue getTableValue(String name,
                        int index,
                        String leaf)
                        throws SNMPException
Throws:
SNMPException

getBulk

List getBulk(String mibName)
             throws SNMPException
Throws:
SNMPException

Hyperic HQ Plugin API v. 5.8.0

Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.