|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ShutdownableService
A Service which is capable of being shut down.
CamelContext is shutting down.
This allows customization of behavior when stopping or shutting down.
For example to shutdown thread pools during shutdown and not at CamelContext termination.
| Method Summary | |
|---|---|
void |
shutdown()
Shutdown the service, which means it cannot be started again. |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Method Detail |
|---|
void shutdown()
throws Exception
Exception - thrown if shutting down failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||