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

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

Completed in 23 milliseconds