com.adventnet.snmp.snmp2.agent
Interface ProxyPduListener

All Superinterfaces:
java.util.EventListener

Deprecated. As the ProxyPduEvent is deprecated this interface is no longer supported.

public interface ProxyPduListener
extends java.util.EventListener

This interface is implemented by the agent to record request and response from the manager and Real agent respectively.

It gets ProxyPduEvent as input which contains the SnmpPdu.

Since:
AdventNet Agent Toolkit (Java Edition) 4.2 release.
See Also:
ProxyPduEvent

Method Summary
 void setRequest(ProxyPduEvent pe)
          Deprecated. this setRequest method is implemented to handle the request Pdu from the manager.
 void setResponse(ProxyPduEvent pe)
          Deprecated. this setResponse method is implemented to handle the response Pdu from the real agent.
 

Method Detail

setRequest

void setRequest(ProxyPduEvent pe)
Deprecated. 
this setRequest method is implemented to handle the request Pdu from the manager.


setResponse

void setResponse(ProxyPduEvent pe)
Deprecated. 
this setResponse method is implemented to handle the response Pdu from the real agent.