Class SnmpContextv3Discovery

All Implemented Interfaces:
Cloneable, Runnable, EventListener, RawPduListener, SnmpContextBasisFace, SnmpContextv3Face

public class SnmpContextv3Discovery extends SnmpContextv3Basis
This class contains the SNMP v3 discovery context that is used by UsmBeingDiscoveredBean, when this stack is being discovered. Most of the work is done by SnmpContextv3Basis.

Now that the stack can send traps and receive requests, it needs to be able to act as an authoritative SNMP engine. This is done via the interface UsmAgent. The DefaultUsmAgent is not guaranteed to work; agents (or rather authoritative engines) should provide a better implementation.

Since:
4_14
Version:
$Revision: 3.11 $ $Date: 2009/03/05 13:12:50 $
Author:
Birgit Arkesteijn
See Also: