Package | Description |
---|---|
org.apache.felix.ipojo | |
org.apache.felix.ipojo.architecture | |
org.apache.felix.ipojo.extender.builder | |
org.apache.felix.ipojo.extender.internal.builder |
Modifier and Type | Class and Description |
---|---|
class |
ComponentFactory
The component factory manages component instance objects.
|
class |
HandlerManagerFactory
Implementation of the handler factory interface.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<org.osgi.service.cm.Configuration> |
ConfigurationTracker.findFactoryConfiguration(org.osgi.service.cm.ConfigurationAdmin admin,
IPojoFactory factory) |
void |
ConfigurationTracker.registerFactory(IPojoFactory factory) |
void |
ConfigurationTracker.unregisterFactory(IPojoFactory factory) |
Modifier and Type | Method and Description |
---|---|
IPojoFactory |
ComponentTypeDescription.getFactory()
Gets the attached factory.
|
Constructor and Description |
---|
ComponentTypeDescription(IPojoFactory factory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IPojoFactory |
FactoryBuilder.build(org.osgi.framework.BundleContext bundleContext,
org.apache.felix.ipojo.metadata.Element metadata)
Creates an iPOJO Factory.
|
Modifier and Type | Method and Description |
---|---|
IPojoFactory |
ReflectiveFactoryBuilder.build(org.osgi.framework.BundleContext bundleContext,
org.apache.felix.ipojo.metadata.Element metadata)
Calls the wrapped constructor to create an iPOJO factory.
|
Constructor and Description |
---|
ReflectiveFactoryBuilder(java.lang.reflect.Constructor<? extends IPojoFactory> constructor)
Creates the factory builder.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.