|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.snmp4j.util.SnmpConfigurator.InnerPDUFactory
public class SnmpConfigurator.InnerPDUFactory
Constructor Summary | |
---|---|
SnmpConfigurator.InnerPDUFactory(java.util.Map settings)
|
Method Summary | |
---|---|
PDU |
createPDU(Target target)
Create a PDU instance for the supplied target. |
java.lang.Integer |
getMaxRepetitions()
|
java.lang.Integer |
getNonRepeaters()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SnmpConfigurator.InnerPDUFactory(java.util.Map settings)
Method Detail |
---|
public PDU createPDU(Target target)
PDUFactory
PDU
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 PDUFactory
target
- the Target
where the PDU to be created will be sent.
public java.lang.Integer getMaxRepetitions()
public java.lang.Integer getNonRepeaters()
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |