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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpOpaque.java39 public class SnmpOpaque extends SnmpString { class in inherits:SnmpString
45 * Constructs a new <CODE>SnmpOpaque</CODE> from the specified bytes array.
48 public SnmpOpaque(byte[] v) { method in class:SnmpOpaque
53 * Constructs a new <CODE>SnmpOpaque</CODE> with the specified <CODE>Bytes</CODE> array.
56 public SnmpOpaque(Byte[] v) { method in class:SnmpOpaque
61 * Constructs a new <CODE>SnmpOpaque</CODE> from the specified <CODE>String</CODE> value.
64 public SnmpOpaque(String v) { method in class:SnmpOpaque

Completed in 32 milliseconds