Method and Description |
---|
org.snmp4j.agent.request.SnmpRequest.getInitiatingEvent()
Use
AbstractRequest.getSource() instead. |
org.snmp4j.agent.request.SnmpRequest.getResponsePDU()
Use #getResponse() instead.
|
org.snmp4j.agent.CommandProcessor.setThreadPool(WorkerPool) |
Constructor and 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.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.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.Enumerated(int, int, org.snmp4j.agent.MOAccess, org.snmp4j.smi.Variable, boolean, int[]) instead. |
Copyright © 2016 SNMP4J.org. All rights reserved.