com.sun.jdmk.snmp.agent
Interface SnmpRequestForwarder


Deprecated. Use package com.sun.management.snmp.agent in preference to classes in this package. This class may be removed in a future version of Java DMK.

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.0

Method Summary
 SnmpPdu forward(SnmpPdu p)
          Deprecated. 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
Deprecated. 
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.2 2005.11.29_16:24:00_MET

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