com.sun.management.snmp.agent
Interface SnmpRequestForwarder


public interface SnmpRequestForwarder

Implements this interface in order to receive SNMP Requests that are dedicated to non-local engine IDs (see RFC 2573 Snmp Applications proxy forwarder). The SnmpRequestForwarder are added to the SnmpV3AdaptorServer

Since:
Java DMK 5.1

Method Summary
 SnmpPdu forward(SnmpPdu p)
          This method is called by the adaptor when a request is received for an engine id that is handled by this SnmpRequestForwarder
 

Method Detail

forward

public SnmpPdu forward(SnmpPdu p)
                throws SnmpStatusException
This method is called by the adaptor when a request is received for an engine id that is handled by this SnmpRequestForwarder

Parameters:
p - The received PDU.
Returns:
the response PDU.
Throws:
SnmpStatusException - If something went wrong in the forwarder.

FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.