org.opennms.netmgt.snmp.mock
Class PropertyOidContainer
java.lang.Object
org.opennms.netmgt.snmp.mock.PropertyOidContainer
public class PropertyOidContainer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyOidContainer
public PropertyOidContainer(org.springframework.core.io.Resource resource)
throws IOException
- Throws:
IOException
findValueForOid
public SnmpValue findValueForOid(SnmpObjId oid)
findNextOidForOid
public SnmpObjId findNextOidForOid(SnmpObjId oid)
findNextValueForOid
public SnmpValue findNextValueForOid(SnmpObjId oid)
set
public SnmpValue set(SnmpObjId oid,
SnmpValue value)
set
public SnmpValue[] set(SnmpObjId[] oids,
SnmpValue[] values)
Copyright © 2011. All Rights Reserved.