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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpString.java39 public class SnmpString extends SnmpValue { class in inherits:SnmpValue
45 * Constructs a new empty <CODE>SnmpString</CODE>.
47 public SnmpString() { method in class:SnmpString
52 * Constructs a new <CODE>SnmpString</CODE> from the specified bytes array.
55 public SnmpString(byte[] v) { method in class:SnmpString
60 * Constructs a new <CODE>SnmpString</CODE> from the specified <CODE>Bytes</CODE> array.
63 public SnmpString(Byte[] v) { method in class:SnmpString
71 * Constructs a new <CODE>SnmpString</CODE> from the specified <CODE>String</CODE> value.
74 public SnmpString(String v) { method in class:SnmpString
79 * Constructs a new <CODE>SnmpString</COD
84 public SnmpString(InetAddress address) { method in class:SnmpString
[all...]

Completed in 38 milliseconds