Package | Description |
---|---|
org.apache.felix.ipojo | |
org.apache.felix.ipojo.dependency.impl | |
org.apache.felix.ipojo.util |
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 | Class and Description |
---|---|
class |
ServiceReferenceManager
This class is handling the transformations between the base service set and the selected service set.
|
Modifier and Type | Class and Description |
---|---|
class |
Tracker
Utility class close to the OSGi Service Tracker.
|
Modifier and Type | Field and Description |
---|---|
protected TrackerCustomizer |
Tracker.m_customizer
The TrackerCustomizer object for this tracker.
|
Constructor and Description |
---|
Tracker(org.osgi.framework.BundleContext context,
org.osgi.framework.Filter filter,
TrackerCustomizer customizer)
Creates a Tracker object on the specified Filter object.
|
Tracker(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceReference reference,
TrackerCustomizer customizer)
Creates a Tracker object on the specified ServiceReference object.
|
Tracker(org.osgi.framework.BundleContext context,
java.lang.String clazz,
TrackerCustomizer customizer)
Creates a Tracker object on the specified class name.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.