org.snmp4j.agent
Class ProxyMap
java.lang.Object
org.snmp4j.agent.ProxyMap
public class ProxyMap
- extends java.lang.Object
The ProxyMap maps context engine IDs in conjunction with a
proxy usage type to a ProxyForwarder instance.
- Version:
- 1.0
- Author:
- Frank Fock
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyMap
public ProxyMap()
add
public ProxyForwarder add(ProxyForwarder proxyForwarder,
org.snmp4j.smi.OctetString contextEngineID,
int proxyType)
remove
public ProxyForwarder remove(org.snmp4j.smi.OctetString contextEngineID,
int proxyType)
get
public ProxyForwarder get(org.snmp4j.smi.OctetString contextEngineID,
int proxyType)
Copyright © 2011 SNMP4J.org. All Rights Reserved.