Searched defs:SnmpGauge (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpGauge.java38 public class SnmpGauge extends SnmpUnsignedInt { class in inherits:SnmpUnsignedInt
44 * Constructs a new <CODE>SnmpGauge</CODE> from the specified integer value.
49 public SnmpGauge(int v) throws IllegalArgumentException { method in class:SnmpGauge
54 * Constructs a new <CODE>SnmpGauge</CODE> from the specified <CODE>Integer</CODE> value.
59 public SnmpGauge(Integer v) throws IllegalArgumentException { method in class:SnmpGauge
64 * Constructs a new <CODE>SnmpGauge</CODE> from the specified long value.
69 public SnmpGauge(long v) throws IllegalArgumentException { method in class:SnmpGauge
74 * Constructs a new <CODE>SnmpGauge</CODE> from the specified <CODE>Long</CODE> value.
79 public SnmpGauge(Long v) throws IllegalArgumentException { method in class:SnmpGauge

Completed in 35 milliseconds