Home
last modified time | relevance | path

Searched refs:shutdownWhenStartupFinishes (Results 1 – 1 of 1) sorted by relevance

/external/guava/src/com/google/common/util/concurrent/
DAbstractService.java59 private boolean shutdownWhenStartupFinishes = false; field in AbstractService
111 shutdownWhenStartupFinishes = true; in stop()
168 if (shutdownWhenStartupFinishes) { in notifyStarted()
235 if (shutdownWhenStartupFinishes && state == State.STARTING) { in state()