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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DEnumRowStatus.java89 * This value corresponds to the <i>notReady</i> RowStatus, as defined
92 * <i>notReady</i> indicates that the conceptual row
99 public final static int notReady = 3; field in class:EnumRowStatus
208 * the values defined in RFC 2579 ("active", "notReady", etc...)
251 * <li><i>notReady(3)</i></li>
292 intTable.put(new Integer(3), "notReady");
299 stringTable.put("notReady", new Integer(3));

Completed in 152 milliseconds