SNMP Stack 5_1

uk.co.westhawk.snmp.stack
Interface SnmpContextv2cFace

All Superinterfaces:
SnmpContextBasisFace, SnmpContextFace
All Known Implementing Classes:
SnmpContextv2c, SnmpContextv2cPool

public interface SnmpContextv2cFace
extends SnmpContextFace

This interface contains the SNMP context interface that is needed by every PDU to send a SNMP v2c request.

Version:
$Revision: 3.7 $ $Date: 2006/01/17 17:43:54 $
Author:
Birgit Arkesteijn
See Also:
SnmpContext

Field Summary
static java.lang.String version_id
           
 
Fields inherited from interface uk.co.westhawk.snmp.stack.SnmpContextFace
DEFAULT_COMMUNITY
 
Fields inherited from interface uk.co.westhawk.snmp.stack.SnmpContextBasisFace
DEFAULT_PORT, KVM_SOCKET, MAXPDU, MSS, NETSCAPE_SOCKET, STANDARD_SOCKET, TCP_SOCKET
 
Methods inherited from interface uk.co.westhawk.snmp.stack.SnmpContextFace
getCommunity, setCommunity
 
Methods inherited from interface uk.co.westhawk.snmp.stack.SnmpContextBasisFace
addPdu, addRequestPduListener, addRequestPduListener, addRequestPduListener, addTrapListener, addTrapListener, addTrapListener, clone, destroy, encodePacket, getBindAddress, getHashKey, getHost, getPort, getReceivedFromHostAddress, getSendToHostAddress, getTypeSocket, getVersion, isDestroyed, processIncomingPdu, removePdu, removeRequestPduListener, removeRequestPduListener, removeRequestPduListener, removeTrapListener, removeTrapListener, removeTrapListener, sendPacket
 

Field Detail

version_id

public static final java.lang.String version_id
See Also:
Constant Field Values

SNMP Stack 5_1