All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.jaw.snmp.manager.SnmpV2TrapListener

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

See Also:
SnmpTrapAgent

Method Index

 o processSnmpV2Trap(SnmpPduRequest)
Called by SnmpTrapAgent when an V2 trap is received.

Methods

 o processSnmpV2Trap
 public abstract void processSnmpV2Trap(SnmpPduRequest aTrapPdu)
Called by SnmpTrapAgent when an V2 trap is received.

Parameters:
aTrapPDU - the incoming V2 trap PDU.

All Packages  Class Hierarchy  This Package  Previous  Next  Index