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

Packages that use HandlerManager
org.apache.felix.ipojo   
 

Uses of HandlerManager in org.apache.felix.ipojo
 

Fields in org.apache.felix.ipojo declared as HandlerManager
protected  HandlerManager[] InstanceManager.m_handlers
          The handler object list.
protected  HandlerManager Handler.m_instance
          The HandlerManager managing the current handler.
 

Methods in org.apache.felix.ipojo that return HandlerManager
protected  HandlerManager IPojoFactory.getHandler(IPojoFactory.RequiredHandler req, ServiceContext context)
          Returns the handler object for the given required handler.
 HandlerManager Handler.getHandlerManager()
          Gets the component instance of the current handler.
 

Methods in org.apache.felix.ipojo with parameters of type HandlerManager
abstract  ComponentInstance IPojoFactory.createInstance(Dictionary config, IPojoContext context, HandlerManager[] handlers)
          Creates an instance.
 ComponentInstance ComponentFactory.createInstance(Dictionary config, IPojoContext context, HandlerManager[] handlers)
          Creates a primitive instance.
 ComponentInstance HandlerManagerFactory.createInstance(Dictionary configuration, IPojoContext context, HandlerManager[] handlers)
          Creates an instance.
 

Constructors in org.apache.felix.ipojo with parameters of type HandlerManager
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.