Searched defs:rowAction (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/ |
H A D | SnmpMibTable.java | 1220 * <ul><li>check that the given <code>rowAction</code> returned by 1222 * <li>Then depending on the <code>rowAction</code> specified it will: 1224 * rowAction = <i>createAndGo</i> or <i>createAndWait</i> 1227 * rowAction = <i>destroy</i></code>),</li> 1229 * rowAction = <i>active</i> or <i>notInService</i></code>),</li> 1231 * rowAction</code> is not correct.</li> 1248 * @param rowAction The requested action as returned by <code> 1254 * @exception SnmpStatusException if the specified <code>rowAction</code> 1263 SnmpOid rowOid, int depth, int rowAction) 1267 final int action = rowAction; 1262 beginRowAction(SnmpMibSubRequest req, SnmpOid rowOid, int depth, int rowAction) argument 1412 endRowAction(SnmpMibSubRequest req, SnmpOid rowOid, int depth, int rowAction) argument [all...] |
Completed in 86 milliseconds