Searched refs:STOPPING (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/test/compiler/8004741/
H A DTest8004741.java63 private static final int STOPPING = 2; field in class:Test8004741
114 toState(STOPPING);
129 t.waitFor(STOPPING);
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DPrinterStateReason.java153 * {@link PrinterState PrinterState} to STOPPED. The STOPPING reason is
160 STOPPING = new PrinterStateReason(8); field in class:PrinterStateReason
375 STOPPING,
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java92 * <TR><TD><CODE>stopping</CODE></TD> <TD><CODE>STOPPING</CODE></TD></TR>
98 * The <CODE>STOPPING</CODE> state marks the transition from
134 * Represents a <CODE>STOPPING</CODE> state.
136 public static final int STOPPING = 2 ; field in class:CommunicatorServer
273 * <CODE>ONLINE</CODE> or <CODE>STOPPING</CODE>.
291 if (state == STOPPING) {
329 * <CODE>ONLINE</CODE> or <CODE>STOPPING</CODE>.
347 * <CODE>OFFLINE</CODE> or <CODE>STOPPING</CODE>.
351 if (state == OFFLINE || state == STOPPING) {
358 changeState(STOPPING);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientNotifForwarder.java314 while (state == STOPPING) {
355 while (state == STOPPING) {
719 setState(STOPPING);
758 case STOPPING:
764 while (state == STOPPING) { // make sure only one fetching thread.
883 private static final int STOPPING = 2; field in class:ClientNotifForwarder

Completed in 31 milliseconds