Deprecated API
Contents
-
Deprecated ClassesClassDescriptionUse
AgentConfigManagerinstead. SeeSampleAgentfor sample code on how to useAgentConfigManager. This class will be removed in SNMP4J-Agent 3.1.
-
Deprecated MethodsMethodDescriptionUse
ManagedObject.next(SubRequest, Function)instead to applyVACMinner ManagedObject OID filtering. This is import especially for multi OID objects like tables and subtrees.UseMOMutableColumn.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.