Searched refs:varBindCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpTooBigException.java37 * The <CODE>varBindCount</CODE> property contains the
51 * <CODE>varBindCount</CODE> set to 0.
54 varBindCount = 0 ;
59 * <CODE>varBindCount</CODE> set to the specified value.
60 * @param n The <CODE>varBindCount</CODE> value.
63 varBindCount = n ;
74 return varBindCount ;
78 * The <CODE>varBindCount</CODE>.
81 private int varBindCount ; field in class:SnmpTooBigException

Completed in 29 milliseconds