|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceTrackerCustomizer | |
|---|---|
| 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.4. |
| Uses of ServiceTrackerCustomizer in org.eclipse.osgi.framework.debug |
|---|
| Classes in org.eclipse.osgi.framework.debug that implement ServiceTrackerCustomizer | |
|---|---|
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. |
| Uses of ServiceTrackerCustomizer in org.eclipse.osgi.framework.internal.core |
|---|
| Classes in org.eclipse.osgi.framework.internal.core that implement ServiceTrackerCustomizer | |
|---|---|
class |
ConsoleManager
|
| Uses of ServiceTrackerCustomizer in org.eclipse.osgi.framework.internal.protocol |
|---|
| Classes in org.eclipse.osgi.framework.internal.protocol that implement ServiceTrackerCustomizer | |
|---|---|
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. |
| Uses of ServiceTrackerCustomizer in org.osgi.util.tracker |
|---|
| Classes in org.osgi.util.tracker that implement ServiceTrackerCustomizer | |
|---|---|
class |
ServiceTracker
The ServiceTracker class simplifies using services from the
Framework's service registry. |
| Constructors in org.osgi.util.tracker with parameters of type ServiceTrackerCustomizer | |
|---|---|
ServiceTracker(BundleContext context,
Filter filter,
ServiceTrackerCustomizer customizer)
Create a ServiceTracker on the specified Filter
object. |
|
ServiceTracker(BundleContext context,
ServiceReference reference,
ServiceTrackerCustomizer customizer)
Create a ServiceTracker on the specified
ServiceReference. |
|
ServiceTracker(BundleContext context,
java.lang.String clazz,
ServiceTrackerCustomizer customizer)
Create a ServiceTracker on the specified class name. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||