|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Service
The core lifecyle interface for ActiveMQ components.
Method Summary | |
---|---|
void |
start()
Starts the service. |
void |
start(java.lang.Runnable onComplete)
Starts the service. |
void |
stop()
Stops the service. |
void |
stop(java.lang.Runnable onComplete)
Stops the service. |
Method Detail |
---|
void start() throws java.lang.Exception
java.lang.Exception
void start(java.lang.Runnable onComplete) throws java.lang.Exception
onComplete
- my be set to null if not interested in a callback.
java.lang.Exception
void stop() throws java.lang.Exception
java.lang.Exception
void stop(java.lang.Runnable onComplete) throws java.lang.Exception
onComplete
- my be set to null if not interested in a callback.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |