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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpIndex.java43 * An <CODE>SnmpIndex</CODE> is represented as a <CODE>Vector</CODE> of <CODE>SnmpOid</CODE>.
52 public class SnmpIndex implements Serializable { class in inherits:Serializable
56 * Initializes an <CODE>SnmpIndex</CODE> using a vector of object identifiers.
65 public SnmpIndex(SnmpOid[] oidList) { method in class:SnmpIndex
75 * Initializes an <CODE>SnmpIndex</CODE> using the specified Object Identifier.
79 public SnmpIndex(SnmpOid oid) { method in class:SnmpIndex
109 public boolean equals(SnmpIndex index) {
136 public int compareTo(SnmpIndex index) {

Completed in 49 milliseconds