Searched refs:maxRepeat (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpSubBulkRequestHandler.java68 int maxRepeat,
71 init(server, req, nonRepeat, maxRepeat, R);
82 int maxRepeat,
85 init(server, req, nonRepeat, maxRepeat, R);
105 nonRepeat, maxRepeat);
138 int maxRepeat,
142 this.maxRepeat= maxRepeat;
305 for (int i = 2 ; i <= maxRepeat ; i++) {
337 protected int maxRepeat field in class:SnmpSubBulkRequestHandler
62 SnmpSubBulkRequestHandler(SnmpEngine engine, SnmpAdaptorServer server, SnmpIncomingRequest incRequest, SnmpMibAgent agent, SnmpPdu req, int nonRepeat, int maxRepeat, int R) argument
78 SnmpSubBulkRequestHandler(SnmpAdaptorServer server, SnmpMibAgent agent, SnmpPdu req, int nonRepeat, int maxRepeat, int R) argument
135 init(SnmpAdaptorServer server, SnmpPdu req, int nonRepeat, int maxRepeat, int R) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibAgentMBean.java95 * @param maxRepeat The number of lexicographic successors requested
103 public void getBulk(SnmpMibRequest req, int nonRepeat, int maxRepeat) argument
H A DSnmpMibAgent.java160 * @param maxRepeat The number of lexicographic successors requested
168 int maxRepeat)
619 * @param maxRepeat The number of lexicographic successors
628 void getBulkWithGetNext(SnmpMibRequest req, int nonRepeat, int maxRepeat) argument
635 final int M = Math.max(maxRepeat, 0) ;
167 getBulk(SnmpMibRequest req, int nonRepeat, int maxRepeat) argument
H A DSnmpErrorHandlerAgent.java189 public void getBulk(SnmpMibRequest inRequest, int nonRepeat, int maxRepeat) argument
H A DSnmpMib.java735 public void getBulk(SnmpMibRequest req, int nonRepeat, int maxRepeat) argument
738 getBulkWithGetNext(req, nonRepeat, maxRepeat);

Completed in 63 milliseconds