Package | Description |
---|---|
org.apache.felix.ipojo |
Modifier and Type | Field and Description |
---|---|
protected HandlerManager[] |
InstanceManager.m_handlers
The handler object list.
|
protected HandlerManager |
Handler.m_instance
The HandlerManager managing the current handler.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract ComponentInstance |
IPojoFactory.createInstance(java.util.Dictionary config,
IPojoContext context,
HandlerManager[] handlers)
Creates an instance.
|
ComponentInstance |
HandlerManagerFactory.createInstance(java.util.Dictionary configuration,
IPojoContext context,
HandlerManager[] handlers)
Creates an instance.
|
ComponentInstance |
ComponentFactory.createInstance(java.util.Dictionary config,
IPojoContext context,
HandlerManager[] handlers)
Creates a primitive instance.
|
Constructor and Description |
---|
HandlerManager(ComponentFactory factory,
org.osgi.framework.BundleContext context,
HandlerManager[] handlers)
Creates a handler manager.
|
InstanceManager(ComponentFactory factory,
org.osgi.framework.BundleContext context,
HandlerManager[] handlers)
Creates a new Component Manager.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.