Class PassiveSnmpContextv2c

All Implemented Interfaces:
Cloneable, Runnable, EventListener, RawPduListener, SnmpContextBasisFace, SnmpContextFace, SnmpContextv2cFace

public class PassiveSnmpContextv2c extends SnmpContextv2c
This class contains the SNMP v2c context that is needed by every Pdu to send a SNMP v2c request in environments where thread creation is unwanted.

This extends SnmpContextv2c so that it does not create any threads to send PDUs. It must be used with the PDU class PassiveTrapPduv2. The original purpose of the Passive classes is to allow the stack to be used in environments where thread creation is unwanted, eg database JVMs such as Oracle JServer. See SNMPv2-PDU.

See notes on how to send traps in an Oracle JServer environment.

Since:
4_12
Version:
$Revision: 3.10 $ $Date: 2009/03/05 13:12:50 $
Author:
Mike Waters, ERG Group
See Also: