Class | Description |
---|---|
org.snmp4j.agent.BaseAgent |
Use
AgentConfigManager instead. See SampleAgent for sample
code on how to use AgentConfigManager . This class will be removed in SNMP4J-Agent 3.1. |
Method | Description |
---|---|
org.snmp4j.agent.MOServer.lookup(MOQuery, LockRequest) |
Use
MOServer.lookup(MOQuery, LockRequest, MOServerLookupEvent) instead to specify
the intended use, and event source. |
org.snmp4j.agent.CommandProcessor.setThreadPool(WorkerPool) |
Constructor | Description |
---|---|
org.snmp4j.agent.mo.snmp.Enumerated(int, MOAccess, V) |
As this version of the constructor does not safely define the column syntax if the defaultValue is null,
use
Enumerated(int, int, org.snmp4j.agent.MOAccess, org.snmp4j.smi.Variable) instead. |
org.snmp4j.agent.mo.snmp.Enumerated(int, MOAccess, V, boolean) |
As this version of the constructor does not safely define the column syntax if the defaultValue is null,
use
Enumerated(int, int, org.snmp4j.agent.MOAccess, org.snmp4j.smi.Variable, boolean) instead. |
org.snmp4j.agent.mo.snmp.Enumerated(int, MOAccess, V, boolean, int[]) |
As this version of the constructor does not safely define the column syntax if the defaultValue is null,
use
Enumerated(int, int, org.snmp4j.agent.MOAccess, org.snmp4j.smi.Variable, boolean, int[]) instead. |
Copyright © 2018 SNMP4J.org. All rights reserved.