Home | History | Annotate | Download | only in concurrent

Lines Matching defs:starting

33  *   <li>{@linkplain State#STARTING STARTING} -&gt;
78 * If the service is {@linkplain State#STARTING starting} or {@linkplain State#RUNNING running},
198 STARTING {
258 * {@linkplain State#STARTING STARTING}. This occurs when {@link Service#startAsync} is called
261 public void starting() {}
264 * Called when the service transitions from {@linkplain State#STARTING STARTING} to
271 * only valid values for {@code from} are {@linkplain State#STARTING STARTING} or