Searched defs:shutDown (Results 1 - 2 of 2) sorted by relevance

/external/guava/src/com/google/common/util/concurrent/
H A DAbstractExecutionThreadService.java27 * {@link #shutDown} methods. This class uses a single thread to execute the
50 shutDown();
56 shutDown();
96 protected void shutDown() throws Exception {} method in class:AbstractExecutionThreadService
H A DAbstractIdleService.java29 * implement {@link #startUp} and {@link #shutDown} methods, each
58 shutDown();
73 protected abstract void shutDown() throws Exception; method in class:AbstractIdleService

Completed in 57 milliseconds