-
Classes Class Description org.snmp4j.agent.BaseAgent UseAgentConfigManager
instead. SeeSampleAgent
for sample code on how to useAgentConfigManager
. This class will be removed in SNMP4J-Agent 3.1.
-
Methods Method Description org.snmp4j.agent.CommandProcessor.setThreadPool(WorkerPool) org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB.isUpdateUsmFromMIB() org.snmp4j.agent.MOServer.lookup(MOQuery, LockRequest) UseMOServer.lookup(MOQuery, LockRequest, MOServerLookupEvent, Class)
instead to specify the intended use, and event source.
-
Constructors Constructor Description 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, useEnumerated(int, int, org.snmp4j.agent.MOAccess, org.snmp4j.smi.Variable, boolean, int[])
instead.org.snmp4j.agent.mo.snmp.SnmpFrameworkMIB(OctetString, USM, Collection<TransportMapping<? extends Address>>, boolean)