public class SnmpConfigurator.InnerPDUFactory extends Object implements PDUFactory
| Constructor and Description |
|---|
SnmpConfigurator.InnerPDUFactory(Map settings) |
| Modifier and Type | Method and Description |
|---|---|
PDU |
createPDU(Target target)
Create a
PDU instance for the supplied target. |
Integer |
getMaxRepetitions() |
Integer |
getNonRepeaters() |
public SnmpConfigurator.InnerPDUFactory(Map settings)
public PDU createPDU(Target target)
PDUFactoryPDU instance for the supplied target. The created
PDU has to be compliant to the SNMP version defined by the supplied target.
For example, a SNMPv3 target requires a ScopedPDU instance.createPDU in interface PDUFactorytarget - the Target where the PDU to be created will be sent.public Integer getMaxRepetitions()
public Integer getNonRepeaters()
Copyright © 2014 SNMP4J.org. All rights reserved.