All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.jaw.snmp.manager.SnmpTrapListener
- public interface SnmpTrapListener
This interface should be implemented by classes that wish to
receive SNMP Version 1 Trap PDUs.
- See Also:
- SnmpTrapAgent
-
processSnmpTrap(SnmpPduTrap)
-
Called by
SnmpTrapAgent when an V1 trap is received.
processSnmpTrap
public abstract void processSnmpTrap(SnmpPduTrap aTrapPDU)
- Called by
SnmpTrapAgent when an V1 trap is received.
- Parameters:
- aTrapPDU - the incoming V1 trap PDU.
All Packages Class Hierarchy This Package Previous Next Index