Class PassiveSnmpContext

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

public class PassiveSnmpContext extends SnmpContext
This class contains the SNMP v1 context that is needed by a Pdu to send a SNMP v1 request in environments where thread creation is unwanted.

This extends SnmpContext so that it does not create any threads to send PDUs. It must be used with the PDU class PassiveTrapPduv1. 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:
Birgit Arkesteijn
See Also: