net.sf.snmpadaptor4j.api
Interface SnmpMib

All Known Implementing Classes:
JmxSnmpMib, JvmSnmpMib, SystemSnmpMib

public interface SnmpMib

Object representing the Management Information Base (MIB) of SNMP daemon.

Author:
Jean-Philippe MINETTI

Method Summary
 AttributeAccessor find(SnmpOid oid)
          Finds a AttributeAccessor by its OID.
 AttributeAccessor next(SnmpOid oid)
          Finds the next AttributeAccessor from an OID
 SortedMap<SnmpOid,AttributeAccessor> nextSet(SnmpOid oid)
          Finds the list of next AttributeAccessor from an OID
 

Method Detail

find

AttributeAccessor find(SnmpOid oid)
Finds a AttributeAccessor by its OID.

Parameters:
oid - OID of AttributeAccessor to find.
Returns:
AttributeAccessor found or NULL if not found.

next

AttributeAccessor next(SnmpOid oid)
Finds the next AttributeAccessor from an OID

Parameters:
oid - OID not included in the research but from which it begins.
Returns:
AttributeAccessor found or NULL if not found.

nextSet

SortedMap<SnmpOid,AttributeAccessor> nextSet(SnmpOid oid)
Finds the list of next AttributeAccessor from an OID

Parameters:
oid - OID not included in the research but from which it begins.
Returns:
List of AttributeAccessor found (never NULL).


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.