|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Service
Represents the core lifecycle API for POJOs which can be started and stopped
Method Summary | |
---|---|
void |
start()
Starts the service |
void |
stop()
Stops the service |
Method Detail |
---|
void start() throws java.lang.Exception
java.lang.Exception
- is thrown if starting failedvoid stop() throws java.lang.Exception
java.lang.Exception
- is thrown if stopping failed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |