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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpUnsignedInt.java38 public abstract class SnmpUnsignedInt extends SnmpInt { class in inherits:SnmpInt
48 * Constructs a new <CODE>SnmpUnsignedInt</CODE> from the specified integer value.
51 * or larger than {@link #MAX_VALUE SnmpUnsignedInt.MAX_VALUE}.
53 public SnmpUnsignedInt(int v) throws IllegalArgumentException { method in class:SnmpUnsignedInt
58 * Constructs a new <CODE>SnmpUnsignedInt</CODE> from the specified <CODE>Integer</CODE> value.
61 * or larger than {@link #MAX_VALUE SnmpUnsignedInt.MAX_VALUE}.
63 public SnmpUnsignedInt(Integer v) throws IllegalArgumentException { method in class:SnmpUnsignedInt
68 * Constructs a new <CODE>SnmpUnsignedInt</CODE> from the specified long value.
71 * or larger than {@link #MAX_VALUE SnmpUnsignedInt.MAX_VALUE}.
73 public SnmpUnsignedInt(lon method in class:SnmpUnsignedInt
83 public SnmpUnsignedInt(Long v) throws IllegalArgumentException { method in class:SnmpUnsignedInt
[all...]

Completed in 22 milliseconds