snmp
Interface SNMPv2TrapListener

All Known Implementing Classes:
SNMPTrapTest

public interface SNMPv2TrapListener

SNMPv2TrapListener is an interface that must be implemented by any class which wishes to act as a "listener" for SNMPv2 trap messages sent from remote SNMP entities to an instance of the SNMPTrapListenerInterface class. The SNMPTrapListenerInterface class listens for trap messages, and passes any it receives on to SNMPv2TrapListener subclasses that have registered with it through its addv2TrapListener() method.


Method Summary
 void processv2Trap(SNMPv2TrapPDU trapPDU)
           
 

Method Detail

processv2Trap

public void processv2Trap(SNMPv2TrapPDU trapPDU)