|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SnmpTrapListener
Should be implemented by classes that wish to receive SNMP trap PDUs.
An SnmpTrapListener will be activated every time
the SnmpEventReportDispatcher receives a trap (version 1 or version 2).
If you are interested in handling only a specific version of traps, just implement the
corresponding callback.
| Method Summary | |
|---|---|
void |
processSnmpTrapV1(SnmpPduTrap aTrapPDU)
Called by SnmpEventReportDispatcher when a V1 trap is received. |
void |
processSnmpTrapV2(SnmpPduRequest aTrapPDU)
Called by SnmpEventReportDispatcher when a V2 trap is
received. |
void |
processSnmpTrapV3(SnmpScopedPduRequest aTrapPDU)
Called by SnmpEventReportDispatcher when a V2 trap PDU is
received within an SNMP V3 message. |
| Method Detail |
|---|
void processSnmpTrapV1(SnmpPduTrap aTrapPDU)
SnmpEventReportDispatcher when a V1 trap is received.
aTrapPDU - The incoming V1 trap PDU.void processSnmpTrapV2(SnmpPduRequest aTrapPDU)
SnmpEventReportDispatcher when a V2 trap is
received.
aTrapPDU - The incoming V2 trap PDU.void processSnmpTrapV3(SnmpScopedPduRequest aTrapPDU)
SnmpEventReportDispatcher when a V2 trap PDU is
received within an SNMP V3 message.
aTrapPDU - The incoming V3 trap PDU.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||