Searched refs:createAndWait (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DEnumRowStatus.java115 * This value corresponds to the <i>createAndWait</i> RowStatus,
118 * <i>createAndWait</i> is supplied by a management
124 public final static int createAndWait = 5; field in class:EnumRowStatus
253 * <li><i>createAndWait(5)</i></li>
295 intTable.put(new Integer(5), "createAndWait");
302 stringTable.put("createAndWait", new Integer(5));
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java1055 * set on a new entry for which <i>createAndWait</i> was specified.
1065 * <i>createAndWait</i> will always be placed in <i>notInService</i>
1224 * rowAction = <i>createAndGo</i> or <i>createAndWait</i>
1282 case EnumRowStatus.createAndWait:
1289 "] : RowStatus = createAndGo | createAndWait");
1297 "] : RowStatus = createAndGo | createAndWait " +
1308 "] : RowStatus = createAndGo | createAndWait " +
1374 * isRowReady()</code> (<code>rowAction = <i>createAndWait</i>
1434 case EnumRowStatus.createAndWait:
1441 rowOid + "] : requested RowStatus = createAndWait");
[all...]

Completed in 39 milliseconds