Searched refs:shutdownWhenStartupFinishes (Results 1 – 1 of 1) sorted by relevance
59 private boolean shutdownWhenStartupFinishes = false; field in AbstractService111 shutdownWhenStartupFinishes = true; in stop()168 if (shutdownWhenStartupFinishes) { in notifyStarted()235 if (shutdownWhenStartupFinishes && state == State.STARTING) { in state()