|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShutdownableService
A Service
which is also capable of shutting down.
CamelContext
is shutting down.
Then its possible to have different behavior when stopping or shutting down.
For example to shutdown thread pools on shutdown and not on stop.
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 java.lang.Exception
java.lang.Exception
- is thrown if shutting down failed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |