Package org.opennms.netmgt.snmp.mock
Class PropertyOidContainer
- java.lang.Object
-
- org.opennms.netmgt.snmp.mock.PropertyOidContainer
-
public class PropertyOidContainer extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyOidContainer(org.springframework.core.io.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnmpObjId
findNextOidForOid(SnmpObjId oid)
SnmpValue
findNextValueForOid(SnmpObjId oid)
SnmpValue
findValueForOid(SnmpObjId oid)
SnmpValue[]
set(SnmpObjId[] oids, SnmpValue[] values)
SnmpValue
set(SnmpObjId oid, SnmpValue value)
-
-
-
Constructor Detail
-
PropertyOidContainer
public PropertyOidContainer(org.springframework.core.io.Resource resource) throws IOException
- Throws:
IOException
-
-