Uses of Class
org.apache.felix.ipojo.ComponentFactory

Packages that use ComponentFactory
org.apache.felix.ipojo   
 

Uses of ComponentFactory in org.apache.felix.ipojo
 

Subclasses of ComponentFactory in org.apache.felix.ipojo
 class HandlerManagerFactory
          Implementation of the handler factory interface.
 

Methods in org.apache.felix.ipojo that return ComponentFactory
 ComponentFactory InstanceManager.getFactory()
          Gets the factory which has created the current instance.
 ComponentFactory ComponentInstance.getFactory()
          Returns the factory who created this instance.
 ComponentFactory PrimitiveHandler.getFactory()
          Gets the factory which creates the managed instance.
 

Constructors in org.apache.felix.ipojo with parameters of type ComponentFactory
HandlerManager(ComponentFactory factory, BundleContext context, HandlerManager[] handlers)
          Creates a handler manager.
InstanceManager(ComponentFactory factory, BundleContext context, HandlerManager[] handlers)
          Creates a new Component Manager.
 



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