Package org.snmp4j.model.snmp.spi
Interface SnmpProxyRegistry
- All Known Implementing Classes:
DefaultSnmpProxyRegistry
public interface SnmpProxyRegistry
The
SnmpProxyRegistry
interface provides a standard access on
SnmpProxyObject
instances based on object name (with MIB module name)
and index value(s).- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptiongetProxy
(SnmpProxyId snmpProxyId) putProxy
(SnmpProxyId snmpProxyId, SnmpProxyObject snmpProxyObject) removeProxy
(SnmpProxyId snmpProxyId)
-
Method Details
-
getProxy
-
putProxy
-
removeProxy
-
getProxyMap
SortedMap<SnmpProxyId,SnmpProxyObject> getProxyMap()
-