Class AbstractSnmpContext

java.lang.Object
uk.co.westhawk.snmp.stack.AbstractSnmpContext
All Implemented Interfaces:
Runnable, EventListener, RawPduListener, SnmpContextBasisFace
Direct Known Subclasses:
SnmpContext, SnmpContextv3Basis

public abstract class AbstractSnmpContext extends Object implements SnmpContextBasisFace, Runnable, RawPduListener
This class contains the abstract SNMP context that is needed by every Pdu to send a SNMP v1, v2c or v3 request. The context also provides functionality to receive PDUs.

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.33 $ $Date: 2009/03/05 12:48:04 $
Author:
Tim Panton
See Also: