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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpNull.java37 public class SnmpNull extends SnmpValue { class in inherits:SnmpValue
43 * Constructs a new <CODE>SnmpNull</CODE>.
45 public SnmpNull() { method in class:SnmpNull
50 * Constructs a new <CODE>SnmpNull</CODE>.
53 public SnmpNull(String dummy) { method in class:SnmpNull
58 * Constructs a new <CODE>SnmpNull</CODE> from the specified tag value.
61 public SnmpNull(int t) { method in class:SnmpNull
68 * Returns the tag value of this <CODE>SnmpNull</CODE>.
123 * Clones the <CODE>SnmpNull</CODE> object, making a copy of its data.
127 SnmpNull newclon
[all...]

Completed in 30 milliseconds