|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EZBComponent
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 EZBComponentException
EZBComponentException - if the initialization has failed.
void start()
throws EZBComponentException
EZBComponentException - if the start has failed.
void stop()
throws EZBComponentException
EZBComponentException - if the stop is failing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||