snmp
Interface SNMPv1TrapListener

All Known Implementing Classes:
SNMPTrapTest

public interface SNMPv1TrapListener

SNMPv1TrapListener is an interface that must be implemented by any class which wishes to act as a "listener" for 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 SNMPv1TrapListener subclasses that have registered with it through its addv1TrapListener() method.


Method Summary
 void processv1Trap(SNMPv1TrapPDU trapPDU)
           
 

Method Detail

processv1Trap

public void processv1Trap(SNMPv1TrapPDU trapPDU)