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

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

Parameters:
anInformPDU - The incoming inform PDU.

processSnmpInformV3

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

Parameters:
anInformPDU - The incoming inform PDU.

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.