Uses of Class
org.ow2.util.component.api.ComponentException

Uses of ComponentException in org.ow2.util.component.api
 

Methods in org.ow2.util.component.api that throw ComponentException
 void Component.init()
          Init method.
This method is called before the start method.
 void IComponentManager.initComponents()
          Init the components by calling init() method.
 void IComponentRegistry.register(java.lang.String componentName, Component component)
          Register a component.
 void Component.start()
          Start method.
This method is called after the init method.
 void IComponentManager.startComponents()
          Start the components.
 void Component.stop()
          Stop method.
This method is called when component needs to be stopped.
 void IComponentRegistry.unregister(Component component)
          Unregister a component.
 void IComponentRegistry.unregister(java.lang.String componentName)
          Unregister a component.
 



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