SNMP Stack 4_12

uk.co.westhawk.snmp.stack
Interface SnmpContextv2cFace

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

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.5 $ $Date: 2002/10/10 15:13:57 $
Author:
Birgit Arkesteijn
See Also:
SnmpContext

Field Summary
static java.lang.String version_id
           
 
Fields inherited from interface uk.co.westhawk.snmp.stack.SnmpContextBasisFace
DEFAULT_PORT, KVM_SOCKET, MAXPDU, MSS, NETSCAPE_SOCKET, STANDARD_SOCKET
 
Methods inherited from interface uk.co.westhawk.snmp.stack.SnmpContextFace
getCommunity, setCommunity
 
Methods inherited from interface uk.co.westhawk.snmp.stack.SnmpContextBasisFace
addPdu, addTrapListener, destroy, encodePacket, getHost, getPort, getTypeSocket, getVersion, processIncomingTrap, removePdu, removeTrapListener, sendPacket
 

Field Detail

version_id

public static final java.lang.String version_id

SNMP Stack 4_12