Class SnmpProxyAdapter

java.lang.Object
org.snmp4j.model.snmp.proxy.impl.SnmpProxyAdapter
All Implemented Interfaces:
SnmpProxyCommitter, SnmpProxyReloader, SnmpTransactionStrategy

public class SnmpProxyAdapter extends Object implements SnmpProxyCommitter, SnmpProxyReloader, SnmpTransactionStrategy
The SnmpProxyAdapter is the central implementation of the mapping between the SnmpService and a SnmpProxyObject. The adapter is responsible to map changes collection by the proxy objects to change sets queued on the SNMP service. In addition, the adapter provides the mapping of the SNMP values and the corresponding model values. For read operations, this mapping is actually handled by the proxy objects themselves using the {}@link VariableBindingMapper} provided by this adapter.
Author:
Frank Fock