|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServiceTrackerCustomizer in org.eclipse.equinox.log.internal |
|---|
| Classes in org.eclipse.equinox.log.internal that implement ServiceTrackerCustomizer | |
|---|---|
class |
EventAdminAdapter
|
| 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<S,T>
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,
java.lang.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,
java.lang.String clazz,
ServiceTrackerCustomizer<S,T> customizer)
Create a ServiceTracker on the specified class name. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||