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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpInt.java40 public class SnmpInt extends SnmpValue { class in inherits:SnmpValue
46 * Constructs a new <CODE>SnmpInt</CODE> from the specified integer value.
51 public SnmpInt(int v) throws IllegalArgumentException { method in class:SnmpInt
59 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Integer</CODE> value.
64 public SnmpInt(Integer v) throws IllegalArgumentException { method in class:SnmpInt
69 * Constructs a new <CODE>SnmpInt</CODE> from the specified long value.
74 public SnmpInt(long v) throws IllegalArgumentException { method in class:SnmpInt
82 * Constructs a new <CODE>SnmpInt</CODE> from the specified <CODE>Long</CODE> value.
87 public SnmpInt(Long v) throws IllegalArgumentException { method in class:SnmpInt
92 * Constructs a new <CODE>SnmpInt</COD
98 public SnmpInt(Enumerated v) throws IllegalArgumentException { method in class:SnmpInt
114 public SnmpInt(boolean v) { method in class:SnmpInt
[all...]

Completed in 30 milliseconds