|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SnmpMib
Object representing the Management Information Base (MIB) of SNMP daemon.
| 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 |
|---|
AttributeAccessor find(SnmpOid oid)
AttributeAccessor by its OID.
oid - OID of AttributeAccessor to find.
AttributeAccessor found or NULL if not found.AttributeAccessor next(SnmpOid oid)
AttributeAccessor from an OID
oid - OID not included in the research but from which it begins.
AttributeAccessor found or NULL if not found.SortedMap<SnmpOid,AttributeAccessor> nextSet(SnmpOid oid)
AttributeAccessor from an OID
oid - OID not included in the research but from which it begins.
AttributeAccessor found (never NULL).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||