Package | Description |
---|---|
org.eclipse.equinox.log.internal | |
org.eclipse.osgi.framework.debug | |
org.eclipse.osgi.framework.internal.core | |
org.eclipse.osgi.framework.internal.protocol | |
org.osgi.util.tracker |
Tracker Package Version 1.5.
|
Modifier and Type | Class and Description |
---|---|
class |
EventAdminAdapter |
Modifier and Type | Class and Description |
---|---|
class |
FrameworkDebugOptions
The DebugOptions implementation class that allows accessing the list of debug options specified
for the application as well as creating
DebugTrace objects for the purpose of having
dynamic enablement of debug tracing. |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleManager |
Modifier and Type | Class and Description |
---|---|
class |
ContentHandlerProxy
The ContentHandlerProxy is a ContentHandler that acts as a proxy for registered ContentHandlers.
|
class |
URLStreamHandlerFactoryProxyFor15 |
class |
URLStreamHandlerProxy
The URLStreamHandlerProxy is a URLStreamHandler that acts as a proxy for registered
URLStreamHandlerServices.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceTracker<S,T>
The
ServiceTracker class simplifies using services from the
Framework's service registry. |
Constructor and Description |
---|
ServiceTracker(BundleContext context,
Class<S> clazz,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified class. |
ServiceTracker(BundleContext context,
Filter filter,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified Filter object. |
ServiceTracker(BundleContext context,
ServiceReference<S> reference,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified ServiceReference
. |
ServiceTracker(BundleContext context,
String clazz,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified class name. |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.