com.adventnet.snmp.snmp2
Class SnmpProxyModule

java.lang.Object
  |
  +--com.adventnet.snmp.snmp2.SnmpProxyModule

public synchronized class SnmpProxyModule
extends java.lang.Object


Field Summary
static byte CR_DELIMIT
           
static byte INFORM
           
static byte LF_DELIMIT
           
static byte READ
           
static byte SNMP_UDP_DOMAIN
           
static byte SPACE_DELIMIT
           
static byte TAB_DELIMIT
           
static byte TRAP
           
static byte WRITE
           
 
Constructor Summary
SnmpProxyModule()
           
 
Method Summary
static int compareTo(byte[], byte[])
           
 SnmpProxyTable getSnmpProxyTable()
           
 SnmpTargetAddrTable getTargetAddrTable()
           
 SnmpTargetParamsTable getTargetParamsTable()
           
static boolean validateTagValue(byte[])
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SNMP_UDP_DOMAIN

public static final byte SNMP_UDP_DOMAIN
See Also:
Constant Field Values

READ

public static final byte READ
See Also:
Constant Field Values

WRITE

public static final byte WRITE
See Also:
Constant Field Values

TRAP

public static final byte TRAP
See Also:
Constant Field Values

INFORM

public static final byte INFORM
See Also:
Constant Field Values

SPACE_DELIMIT

public static final byte SPACE_DELIMIT
See Also:
Constant Field Values

TAB_DELIMIT

public static final byte TAB_DELIMIT
See Also:
Constant Field Values

CR_DELIMIT

public static final byte CR_DELIMIT
See Also:
Constant Field Values

LF_DELIMIT

public static final byte LF_DELIMIT
See Also:
Constant Field Values
Constructor Detail

SnmpProxyModule

public SnmpProxyModule()
Method Detail

compareTo

public static int compareTo(byte[],
                            byte[])

getSnmpProxyTable

public SnmpProxyTable getSnmpProxyTable()

getTargetAddrTable

public SnmpTargetAddrTable getTargetAddrTable()

getTargetParamsTable

public SnmpTargetParamsTable getTargetParamsTable()

validateTagValue

public static boolean validateTagValue(byte[])


Copyright (c)AdventNet Inc., 1996-2006