org.ow2.util.component.api
Interface IComponentManager


public interface IComponentManager

Interface of the component manager that is managing the components.

Author:
Florent Benoit

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

getComponentRegistry

IComponentRegistry getComponentRegistry()
Returns:
the component registry used by this manager.

initComponents

void initComponents()
                    throws ComponentException
Init the components by calling init() method.

Throws:
ComponentException - if initialization fails

startComponents

void startComponents()
                     throws ComponentException
Start the components.

Throws:
ComponentException - if starting is failing

stopComponents

void stopComponents()
Stop the components.



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.