Searched refs:nonRepeaters (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpPduBulk.java53 public int nonRepeaters ; field in class:SnmpPduBulk
87 nonRepeaters = i;
100 public int getNonRepeaters() { return nonRepeaters; }
H A DSnmpScopedPduBulk.java46 int nonRepeaters; field in class:SnmpScopedPduBulk
73 nonRepeaters = nr;
86 public int getNonRepeaters() { return nonRepeaters; }
H A DSnmpMessage.java229 benc.putInteger(bulkPdu.nonRepeaters) ;
294 bulkPdu.nonRepeaters = bdec.fetchInteger() ;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpRequestHandler.java714 int N = Math.max(Math.min(req.nonRepeaters, L), 0) ;
1045 int nonRepeaters,
1055 "splitBulkRequest", "Create a sub with : " + agent + " " + nonRepeaters
1063 nonRepeaters,
1044 splitBulkRequest(SnmpPduBulk req, int nonRepeaters, int maxRepetitions, int R) argument

Completed in 35 milliseconds