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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpCounter64.java38 public class SnmpCounter64 extends SnmpValue { class in inherits:SnmpValue
44 * Constructs a new <CODE>SnmpCounter64</CODE> from the specified long value.
49 public SnmpCounter64(long v) throws IllegalArgumentException { method in class:SnmpCounter64
63 * Constructs a new <CODE>SnmpCounter64</CODE> from the specified <CODE>Long</CODE> value.
68 public SnmpCounter64(Long v) throws IllegalArgumentException { method in class:SnmpCounter64
75 * Returns the counter value of this <CODE>SnmpCounter64</CODE>.
159 * Appends an <CODE>SnmpOid</CODE> representing an <CODE>SnmpCounter64</CODE> to another OID.
160 * @param source An OID representing an <CODE>SnmpCounter64</CODE> value.
180 * Clones the <CODE>SnmpCounter64</CODE> object, making a copy of its data.
184 SnmpCounter64 newclon
[all...]

Completed in 22 milliseconds