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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpIpAddress.java39 public class SnmpIpAddress extends SnmpOid { class in inherits:SnmpOid
45 * Constructs a new <CODE>SnmpIpAddress</CODE> from the specified bytes array.
49 public SnmpIpAddress(byte[] bytes) throws IllegalArgumentException { method in class:SnmpIpAddress
54 * Constructs a new <CODE>SnmpIpAddress</CODE> from the specified long value.
57 public SnmpIpAddress(long addr) { method in class:SnmpIpAddress
70 * Constructs a new <CODE>SnmpIpAddress</CODE> from a dot-formatted <CODE>String</CODE>.
75 public SnmpIpAddress(String dotAddress) throws IllegalArgumentException { method in class:SnmpIpAddress
87 * Constructs a new <CODE>SnmpIpAddress</CODE> from four long values.
94 public SnmpIpAddress(long b1, long b2, long b3, long b4) { method in class:SnmpIpAddress
175 * Appends an <CODE>SnmpOid</CODE> representing an <CODE>SnmpIpAddress</COD
[all...]

Completed in 104 milliseconds