|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Component
Defines the interface that a component needs to implement.
| Method Summary | |
|---|---|
void |
init()
Init method. This method is called before the start method. |
void |
start()
Start method. This method is called after the init method. |
void |
stop()
Stop method. This method is called when component needs to be stopped. |
| Method Detail |
|---|
void init()
throws ComponentException
ComponentException - if the initialization has failed.
void start()
throws ComponentException
ComponentException - if the start has failed.
void stop()
throws ComponentException
ComponentException - if the stop is failing.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||