Deprecated API
Contents
-
Deprecated ClassesClassDescriptionUse
AgentConfigManager
instead. SeeSampleAgent
for sample code on how to useAgentConfigManager
. This class will be removed in SNMP4J-Agent 3.1.
-
Deprecated MethodsMethodDescriptionUse
MOMutableColumn.validate(Variable, Variable, OID)
instead.UseMOServer.lookup(MOQuery, LockRequest, MOServerLookupEvent, Class)
instead to specify the intended use, and event source.
-
Deprecated ConstructorsConstructorDescriptionAs 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.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)
instead.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.