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

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.

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

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