org.opennms.netmgt.snmp.mock
Class PropertyOidContainer

java.lang.Object
  extended by org.opennms.netmgt.snmp.mock.PropertyOidContainer

public class PropertyOidContainer
extends Object


Constructor Summary
PropertyOidContainer(org.springframework.core.io.Resource resource)
           
 
Method Summary
 SnmpObjId findNextOidForOid(SnmpObjId oid)
           
 SnmpValue findNextValueForOid(SnmpObjId oid)
           
 SnmpValue findValueForOid(SnmpObjId oid)
           
 SnmpValue[] set(SnmpObjId[] oids, SnmpValue[] values)
           
 SnmpValue set(SnmpObjId oid, SnmpValue value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyOidContainer

public PropertyOidContainer(org.springframework.core.io.Resource resource)
                     throws IOException
Throws:
IOException
Method Detail

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.