Perform the GET operation requested by the sub-request of req with index ind. When this MIB object is ``multi-threaded'' this method is executed as thread.
Perform the GETNEXT operation requested by the sub-request of req with index ind. When this MIB object is ``multi-threaded'' this method is executed as thread.
Test if the SET operation requested by sub-request of req with index ind could be executed. If so return SNMP_ERROR_SUCCESS and prepare the operation (if needed), otherwise return the appropriate SNMP++ error code.
Commit the prepared SET operation requested by the sub-request of req with index ind. Returns SNMP_ERROR_SUCCESS on success and SNMP_ERROR_COMMITFAIL on failure.
Undo the changes by a (failed) commit_set_request operation executed to process the sub-request of req with index ind. Returns SNMP_ERROR_SUCCESS on succes and SNMP_ERROR_UNDO_FAIL on failure.
Release the resources allocated for undoing the prepare/commit of sub-request req with index ind.