Uses of Class
org.apache.felix.ipojo.architecture.ComponentTypeDescription

Packages that use ComponentTypeDescription
org.apache.felix.ipojo   
org.apache.felix.ipojo.architecture   
org.apache.felix.ipojo.handlers.configuration   
org.apache.felix.ipojo.handlers.lifecycle.controller   
org.apache.felix.ipojo.handlers.providedservice   
 

Uses of ComponentTypeDescription in org.apache.felix.ipojo
 

Fields in org.apache.felix.ipojo declared as ComponentTypeDescription
protected  ComponentTypeDescription IPojoFactory.m_componentDesc
          The component type description exposed by the Factory service.
 

Methods in org.apache.felix.ipojo that return ComponentTypeDescription
 ComponentTypeDescription IPojoFactory.getComponentDescription()
          Gets the component type description.
 ComponentTypeDescription Factory.getComponentDescription()
          Gets the component type description.
 ComponentTypeDescription IPojoFactory.getComponentTypeDescription()
          Gets the component type description.
 ComponentTypeDescription ComponentFactory.getComponentTypeDescription()
          Gets the component type description of the current factory.
 ComponentTypeDescription HandlerManagerFactory.getComponentTypeDescription()
           
 

Methods in org.apache.felix.ipojo with parameters of type ComponentTypeDescription
 void Handler.initializeComponentFactory(ComponentTypeDescription typeDesc, Element metadata)
          Initializes the component factory.
 

Constructors in org.apache.felix.ipojo with parameters of type ComponentTypeDescription
PrimitiveInstanceDescription(ComponentTypeDescription type, InstanceManager instance)
          Creates a Primitive Instance Description.
 

Uses of ComponentTypeDescription in org.apache.felix.ipojo.architecture
 

Fields in org.apache.felix.ipojo.architecture declared as ComponentTypeDescription
protected  ComponentTypeDescription InstanceDescription.m_type
          Component Type of the instance.
 

Methods in org.apache.felix.ipojo.architecture that return ComponentTypeDescription
 ComponentTypeDescription InstanceDescription.getComponentDescription()
          Gets the component type description of the described instance.
 

Constructors in org.apache.felix.ipojo.architecture with parameters of type ComponentTypeDescription
InstanceDescription(ComponentTypeDescription desc, ComponentInstance ci)
          Creates the instance description.
 

Uses of ComponentTypeDescription in org.apache.felix.ipojo.handlers.configuration
 

Methods in org.apache.felix.ipojo.handlers.configuration with parameters of type ComponentTypeDescription
 void ConfigurationHandler.initializeComponentFactory(ComponentTypeDescription desc, Element metadata)
          Initialize the component type.
 

Uses of ComponentTypeDescription in org.apache.felix.ipojo.handlers.lifecycle.controller
 

Methods in org.apache.felix.ipojo.handlers.lifecycle.controller with parameters of type ComponentTypeDescription
 void ControllerHandler.initializeComponentFactory(ComponentTypeDescription desc, Element metadata)
          Initialize the component factory.
 

Uses of ComponentTypeDescription in org.apache.felix.ipojo.handlers.providedservice
 

Methods in org.apache.felix.ipojo.handlers.providedservice with parameters of type ComponentTypeDescription
 void ProvidedServiceHandler.initializeComponentFactory(ComponentTypeDescription desc, Element metadata)
          Initialize the component type.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.