A C G I O R S U

A

addComponent(Component) - Method in class org.ow2.util.component.ComponentManager
Add the given component.

C

ComponentManager - Class in org.ow2.util.component
Create and destroy components.
ComponentManager() - Constructor for class org.ow2.util.component.ComponentManager
Build a component manager.
ComponentManager(Components) - Constructor for class org.ow2.util.component.ComponentManager
Build a new component manager with the given set of components.
ComponentRegistry - Class in org.ow2.util.component
Registry that manages components.
ComponentRegistry() - Constructor for class org.ow2.util.component.ComponentRegistry
Constructor.
Components - Class in org.ow2.util.component
All components that have been configured.
Components() - Constructor for class org.ow2.util.component.Components
 

G

getComponent(String) - Method in class org.ow2.util.component.ComponentRegistry
Allow to get a reference on another component.
getComponentName(Component) - Method in class org.ow2.util.component.ComponentRegistry
 
getComponentRegistry() - Method in class org.ow2.util.component.ComponentManager
 
getComponents() - Method in class org.ow2.util.component.ComponentManager
Gets the set of components.
getComponents(Class<T>) - Method in class org.ow2.util.component.ComponentRegistry
Get the components that implements the given interface.
getComponents() - Method in class org.ow2.util.component.Components
Gets the list of components.

I

initComponents() - Method in class org.ow2.util.component.ComponentManager
Init the components by calling init() method.

O

org.ow2.util.component - package org.ow2.util.component
 

R

register(String, Component) - Method in class org.ow2.util.component.ComponentRegistry
Register a component.
removeComponent(Component) - Method in class org.ow2.util.component.ComponentManager
Remove the given component.

S

setComponents(Components) - Method in class org.ow2.util.component.ComponentManager
Sets the components object.
setComponents(List<Component>) - Method in class org.ow2.util.component.Components
Sets the list of components.
startComponents() - Method in class org.ow2.util.component.ComponentManager
Start the components.
stopComponents() - Method in class org.ow2.util.component.ComponentManager
Stop the components.

U

unregister(String) - Method in class org.ow2.util.component.ComponentRegistry
Unregister a component.
unregister(Component) - Method in class org.ow2.util.component.ComponentRegistry
Unregister a component.

A C G I O R S U

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