jdk/src/share/classes/com/sun/jmx/snmp/daemon/SnmpSubNextRequestHandler.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 21591 35320b590d9b
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    53 /* end of NPCTE fix for bugId 4492741 */
    53 /* end of NPCTE fix for bugId 4492741 */
    54 
    54 
    55 class SnmpSubNextRequestHandler extends SnmpSubRequestHandler {
    55 class SnmpSubNextRequestHandler extends SnmpSubRequestHandler {
    56     private SnmpAdaptorServer server = null;
    56     private SnmpAdaptorServer server = null;
    57     /**
    57     /**
    58      * The constuctor initialize the subrequest with the whole varbind
    58      * The constructor initialize the subrequest with the whole varbind
    59      * list contained in the original request.
    59      * list contained in the original request.
    60      */
    60      */
    61     protected SnmpSubNextRequestHandler(SnmpAdaptorServer server,
    61     protected SnmpSubNextRequestHandler(SnmpAdaptorServer server,
    62                                         SnmpMibAgent agent,
    62                                         SnmpMibAgent agent,
    63                                         SnmpPdu req) {
    63                                         SnmpPdu req) {