|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IComponentManager
Interface of the component manager that is managing the components.
| Method Summary | |
|---|---|
IComponentRegistry |
getComponentRegistry()
|
void |
initComponents()
Init the components by calling init() method. |
void |
startComponents()
Start the components. |
void |
stopComponents()
Stop the components. |
| Method Detail |
|---|
IComponentRegistry getComponentRegistry()
void initComponents()
throws ComponentException
ComponentException - if initialization fails
void startComponents()
throws ComponentException
ComponentException - if starting is failingvoid stopComponents()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||