Uses of Interface
org.snmp4j.agent.mo.MOTableCellInfo
-
Packages that use MOTableCellInfo Package Description org.snmp4j.agent.mo -
-
Uses of MOTableCellInfo in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo that return MOTableCellInfo Modifier and Type Method Description protected MOTableCellInfo
DefaultMOTable. findCell(MOScope range, SubRequest<?> request)
MOTableCellInfo
DefaultMOTable. getCellInfo(org.snmp4j.smi.OID oid)
MOTableCellInfo
MOTable. getCellInfo(org.snmp4j.smi.OID oid)
Returns aMOTableCellInfo
instance for the supplied cell OID.
-