org.hyperic.snmp
Interface SNMPSession
public interface SNMPSession
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
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.