Class SnmpContext

All Implemented Interfaces:
Cloneable, Runnable, EventListener, RawPduListener, SnmpContextBasisFace, SnmpContextFace
Direct Known Subclasses:
PassiveSnmpContext, SnmpContextv2c

public class SnmpContext extends AbstractSnmpContext implements SnmpContextFace, Cloneable
This class contains the SNMP v1 context that is needed by every PDU to send a SNMP v1 request.

destroy() should be called when the context is no longer used. This is the only way the threads will be stopped and garbage collected.

Version:
$Revision: 3.25 $ $Date: 2009/03/05 12:51:29 $
Author:
Tim Panton
See Also: