@InterfaceAudience.Public public interface Stoppable
Modifier and Type | Method and Description |
---|---|
boolean |
isStopped() |
void |
stop(String why)
Stop this service.
|
void stop(String why)
why
- Why we're stopping.boolean isStopped()
stop(String)
has been closed.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.