All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.snmp.manager.SnmpConst

java.lang.Object
   |
   +----com.sun.jaw.snmp.manager.SnmpConst

public final class SnmpConst
extends Object
implements Serializable

Variable Index

 o DefaultOption
By default the following options are set:

Constructor Index

 o SnmpConst()

Variables

 o defaultSnmpRequestPktSize
 public static int defaultSnmpRequestPktSize
The default SNMP packet size of an SNMP response. The maximum size is initially set to Ethernet maximum transfer unit (MTU).

 o defaultSnmpResponsePktSize
 public static int defaultSnmpResponsePktSize
The default SNMP packet size of an SNMP response. This will be the default size that a SnmpSocket uses when receiving a packet.

 o MAX_VARBIND_LIMIT
 public static int MAX_VARBIND_LIMIT
The maximum number of SnmpVarbindList that can be packed into a request. The default value is 25.

 o optAllowMultiplexing
 public static final int optAllowMultiplexing
Options that can be set to control the behavior of a request. Setting any option other than the multiplex option to false will automatically disable multiplexing mode.

 o optFixPduOnError
 public static final int optFixPduOnError
 o optHandleTooBigError
 public static final int optHandleTooBigError
 o DefaultOption
 public static final int DefaultOption
By default the following options are set:

Constructors

 o SnmpConst
 public SnmpConst()

All Packages  Class Hierarchy  This Package  Previous  Next  Index