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
          Component-Type description exposed by the factory service.
 

Methods in org.apache.felix.ipojo that return ComponentTypeDescription
 ComponentTypeDescription IPojoFactory.getComponentDescription()
          Get the component type description.
 ComponentTypeDescription Factory.getComponentDescription()
          Get the component type description.
 ComponentTypeDescription ComponentFactory.getComponentTypeDescription()
           
 ComponentTypeDescription IPojoFactory.getComponentTypeDescription()
           
 ComponentTypeDescription HandlerFactory.getComponentTypeDescription()
           
 

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

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

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

Constructors in org.apache.felix.ipojo.architecture with parameters of type ComponentTypeDescription
InstanceDescription(java.lang.String name, int state, long bundleId, ComponentTypeDescription desc)
          Constructor.
 

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, org.apache.felix.ipojo.metadata.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, org.apache.felix.ipojo.metadata.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, org.apache.felix.ipojo.metadata.Element metadata)
          Initialize the component type.