SnmpProxyRegistrypublic class DefaultSnmpProxyRegistry extends Object implements SnmpProxyRegistry
DefaultSnmpProxyRegistry provides a default registry for Snmp| Constructor | Description |
|---|---|
DefaultSnmpProxyRegistry() |
| Modifier and Type | Method | Description |
|---|---|---|
SnmpProxyObject |
getProxy(SnmpProxyId snmpProxyId) |
|
SortedMap<SnmpProxyId,SnmpProxyObject> |
getProxyMap() |
|
SnmpProxyObject |
putProxy(SnmpProxyId snmpProxyId,
SnmpProxyObject snmpProxyObject) |
|
SnmpProxyObject |
removeProxy(SnmpProxyId snmpProxyId) |
public SnmpProxyObject getProxy(SnmpProxyId snmpProxyId)
getProxy in interface SnmpProxyRegistrypublic SnmpProxyObject putProxy(SnmpProxyId snmpProxyId, SnmpProxyObject snmpProxyObject)
putProxy in interface SnmpProxyRegistrypublic SnmpProxyObject removeProxy(SnmpProxyId snmpProxyId)
removeProxy in interface SnmpProxyRegistrypublic SortedMap<SnmpProxyId,SnmpProxyObject> getProxyMap()
getProxyMap in interface SnmpProxyRegistryCopyright © 2020 SNMP4J.org. All rights reserved.