public interface Stoppable
Modifier and Type | Interface and Description |
---|---|
static interface |
Stoppable.StopAutomaton
The
Stoppable.StopAutomaton interface defines those methods related to the
stop life-cycle. |
Modifier and Type | Method and Description |
---|---|
void |
stop()
Stops the component.
|
void stop() throws StopException
StopException
- Thrown in case stopping fails.Copyright © 2015. All rights reserved.