Searched refs:newStatus (Results 1 - 3 of 3) 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...]
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectInputStream.java3462 byte[] newStatus = new byte[newCapacity];
3466 System.arraycopy(status, 0, newStatus, 0, size);
3470 status = newStatus;

Completed in 201 milliseconds