Searched defs:nonRepeat (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpErrorHandlerAgent.java189 public void getBulk(SnmpMibRequest inRequest, int nonRepeat, int maxRepeat) argument
H A DSnmpMibAgentMBean.java91 * @param nonRepeat The number of variables, starting with the first
97 * following the first <CODE>nonRepeat</CODE> variables for which
103 public void getBulk(SnmpMibRequest req, int nonRepeat, int maxRepeat) argument
H A DSnmpMibAgent.java156 * @param nonRepeat The number of variables, starting with the first
162 * following the first <CODE>nonRepeat</CODE> variables for which
167 public abstract void getBulk(SnmpMibRequest req, int nonRepeat, argument
615 * @param nonRepeat The number of variables, starting with the first
621 * variables following the first nonRepeat variables for which
628 void getBulkWithGetNext(SnmpMibRequest req, int nonRepeat, int maxRepeat) argument
634 final int N = Math.max(Math.min(nonRepeat, L), 0) ;
H A DSnmpMib.java735 public void getBulk(SnmpMibRequest req, int nonRepeat, int maxRepeat) argument
738 getBulkWithGetNext(req, nonRepeat, maxRepeat);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpSubBulkRequestHandler.java67 int nonRepeat,
71 init(server, req, nonRepeat, maxRepeat, R);
81 int nonRepeat,
85 init(server, req, nonRepeat, maxRepeat, R);
105 nonRepeat, maxRepeat);
137 int nonRepeat,
141 this.nonRepeat= nonRepeat;
304 int localR= size - nonRepeat;
307 final int pos = (i-1)* globalR + translation[nonRepeat
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
335 protected int nonRepeat=0; field in class:SnmpSubBulkRequestHandler
[all...]

Completed in 1447 milliseconds