Home | History | Annotate | Download | only in concurrent

Lines Matching refs:RUNNING

113       } else if (state == State.RUNNING) {
140 * State#STARTING} to {@link State#RUNNING}.
155 state = State.RUNNING;
159 startup.set(State.RUNNING);
172 * State#STOPPING} nor {@link State#RUNNING}.
177 if (state != State.STOPPING && state != State.RUNNING) {
194 * is running. Invoke this method when a service has failed critically or
208 } else if (state == State.RUNNING) {
209 shutdown.setException(new Exception("Service failed while running", cause));
221 return state() == State.RUNNING;