com.sun.management.snmp.manager
Interface SnmpInformListener


public interface SnmpInformListener

Should be implemented by classes that wish to receive SNMP inform PDUs.

An SnmpInformListener will be activated every time the SnmpEventReportDispatcher receives an inform request.

Since:
Java DMK 5.1

Method Summary
 void processSnmpInform(SnmpPduRequest anInformPDU)
          Called by SnmpEventReportDispatcher when an inform request is received.
 void processSnmpInformV3(SnmpScopedPduRequest anInformPDU)
          Called by SnmpEventReportDispatcher when an inform request is received.
 

Method Detail

processSnmpInform

public void processSnmpInform(SnmpPduRequest anInformPDU)
Called by SnmpEventReportDispatcher when an inform request is received.

Parameters:
anInformPDU - The incoming inform PDU.

processSnmpInformV3

public void processSnmpInformV3(SnmpScopedPduRequest anInformPDU)
Called by SnmpEventReportDispatcher when an inform request is received.

Parameters:
anInformPDU - The incoming inform PDU.

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.