com.sun.jaw.snmp.manager
Interface SnmpV2TrapListener


public abstract interface SnmpV2TrapListener

This interface should be implemented by classes that wish to receive SNMP Version 2 Trap PDUs.

See Also:
SnmpTrapAgent

Method Summary
 void processSnmpV2Trap(SnmpPduRequest aTrapPdu)
          Called by SnmpTrapAgent when an V2 trap is received.
 

Method Detail

processSnmpV2Trap

public void processSnmpV2Trap(SnmpPduRequest aTrapPdu)
Called by SnmpTrapAgent when an V2 trap is received.
Parameters:
aTrapPDU - The incoming V2 trap PDU.