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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyImpl.java130 protected void setStatus(byte newStatus) { argument
131 status = newStatus;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java999 * Set the control variable to the specified <code>newStatus</code>
1003 * This method maps the given <code>newStatus</code> to the appropriate
1023 * @param newStatus The new status for the row: one of the
1035 * <code>new SnmpInt(newStatus)</code>) or <code>null</code>
1038 * @exception SnmpStatusException If the given <code>newStatus</code>
1040 * given <code>newStatus</code> is not valid.
1044 protected SnmpValue setRowStatus(SnmpOid rowOid, int newStatus, argument
1103 * switched to the new specified <code>newStatus</code>.
1125 * @param newStatus The new status for the row: one of the
1137 int newStatus)
1135 checkRowStatusChange(SnmpMibSubRequest req, SnmpOid rowOid, int depth, int newStatus) argument
[all...]

Completed in 173 milliseconds