org.hyperic.snmp
Interface SNMPSession
public interface SNMPSession
getSingleValue
SNMPValue getSingleValue(java.lang.String mibName)
throws SNMPException
- Throws:
SNMPException
getNextValue
SNMPValue getNextValue(java.lang.String mibName)
throws SNMPException
- Throws:
SNMPException
getColumn
java.util.List getColumn(java.lang.String mibName)
throws SNMPException
- Throws:
SNMPException
getTable
java.util.Map getTable(java.lang.String mibName,
int index)
throws SNMPException
- Throws:
SNMPException
getTableValue
SNMPValue getTableValue(java.lang.String name,
int index,
java.lang.String leaf)
throws SNMPException
- Throws:
SNMPException
getBulk
java.util.List getBulk(java.lang.String mibName)
throws SNMPException
- Throws:
SNMPException
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.