Searched refs:createAndGo (Results 1 - 2 of 2) 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));
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java913 * <i>createAndGo</i> is returned</li>
935 return EnumRowStatus.createAndGo;
1224 * rowAction = <i>createAndGo</i> or <i>createAndWait</i>
1281 case EnumRowStatus.createAndGo:
1289 "] : RowStatus = createAndGo | createAndWait");
1297 "] : RowStatus = createAndGo | createAndWait " +
1308 "] : RowStatus = createAndGo | createAndWait " +
1370 * (<code> rowAction = <i>createAndGo</i> or <i>active</i>
1424 case EnumRowStatus.createAndGo:
1430 "createAndGo");
[all...]

Completed in 282 milliseconds