Home | History | Annotate | Download | only in concurrent

Lines Matching defs:FAILED

42  * therefore every method of the listener will be called at most once. N.B. The {@link State#FAILED}
120 * @throws IllegalStateException if the service {@linkplain State#FAILED fails}.
128 * {@link Service.State#TERMINATED terminated} or {@link Service.State#FAILED failed}) for no
134 * @throws IllegalStateException if the service {@linkplain State#FAILED fails}.
142 * @throws IllegalStateException if this service's state isn't {@linkplain State#FAILED FAILED}.
236 FAILED {
291 * Called when the service transitions to the {@linkplain State#FAILED FAILED} state. The
292 * {@linkplain State#FAILED FAILED} state is a terminal state in the transition diagram.
300 public void failed(State from, Throwable failure) {}