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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DEnumRowStatus.java75 * This value corresponds to the <i>notInService</i> RowStatus, as
78 * <i>notInService</i> indicates that the conceptual
80 * the managed device; <i>notInService</i> has
86 public final static int notInService = 2; field in class:EnumRowStatus
250 * <li><i>notInService(2)</i></li>
294 intTable.put(new Integer(2), "notInService");
301 stringTable.put("notInService", new Integer(2));

Completed in 60 milliseconds