|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Startable
This interface is used to denote container components that need to be started.
It contains the stop method as anything that needs to be started should also clean up when stopped.
Method Summary | |
---|---|
void |
start()
Start the component |
void |
stop()
Stop the component and clean up any resources |
Method Detail |
---|
void start() throws Exception
Exception
- A generic failurevoid stop() throws Exception
Exception
- A generic failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |