com.amx.duet.tools.net.snmp.api
Interface SNMPv2InformRequestListener


public interface SNMPv2InformRequestListener

SNMPv2InformRequestListener is an interface that must be implemented by any class which wishes to act as a "listener" for SNMPv2 inform request messages sent from remote SNMP entities to an instance of the SNMPTrapListenerInterface class. The SNMPInformRequestListenerInterface class listens for inform request messages, and passes any it receives on to SNMPv2InformRequestListener implementations that have registered with it through its addvInformRequestListener() method.


Method Summary
 void processv2InformRequest(SNMPv2InformRequestPDU informRequestPDU)
           
 

Method Detail

processv2InformRequest

public void processv2InformRequest(SNMPv2InformRequestPDU informRequestPDU)


Copyright © 2008 AMX LLC. All Rights Reserved.