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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DEnumRowStatus.java102 * This value corresponds to the <i>createAndGo</i> RowStatus,
105 * <i>createAndGo</i> is supplied by a management
112 public final static int createAndGo = 4; field in class:EnumRowStatus
252 * <li><i>createAndGo(4)</i></li>
297 intTable.put(new Integer(4), "createAndGo");
304 stringTable.put("createAndGo", new Integer(4));

Completed in 4549 milliseconds