Uses of Interface
org.ow2.util.component.api.Component

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

Subinterfaces of Component in org.ow2.util.component.api
 interface IWrappedComponent
          Allow to wrap an instance of a component (not implementing any OW2 API) into a component.
 

Methods in org.ow2.util.component.api with type parameters of type Component
<T extends Component>
java.util.List<T>
IComponentRegistry.getComponents(java.lang.Class<T> itf)
          Get the components that implements the given interface.
 

Methods in org.ow2.util.component.api that return Component
 Component IComponentRegistry.getComponent(java.lang.String componentName)
          Allow to get a reference on another component.
 

Methods in org.ow2.util.component.api with parameters of type Component
 java.lang.String IComponentRegistry.getComponentName(Component component)
           
 void IComponentRegistry.register(java.lang.String componentName, Component component)
          Register a component.
 void IComponentRegistry.unregister(Component component)
          Unregister a component.
 



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