public class FilterTracker extends org.osgi.util.tracker.ServiceTracker implements LogbackResetListener
| Modifier and Type | Class and Description |
|---|---|
static class |
FilterTracker.FilterInfo |
| Constructor and Description |
|---|
FilterTracker(org.osgi.framework.BundleContext context,
LogbackManager logbackManager) |
| Modifier and Type | Method and Description |
|---|---|
Object |
addingService(org.osgi.framework.ServiceReference reference) |
void |
close() |
void |
modifiedService(org.osgi.framework.ServiceReference reference,
Object service) |
void |
onResetComplete(ch.qos.logback.classic.LoggerContext context) |
void |
onResetStart(ch.qos.logback.classic.LoggerContext context) |
void |
removedService(org.osgi.framework.ServiceReference reference,
Object service) |
public FilterTracker(org.osgi.framework.BundleContext context,
LogbackManager logbackManager)
throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionpublic Object addingService(org.osgi.framework.ServiceReference reference)
addingService in interface org.osgi.util.tracker.ServiceTrackerCustomizeraddingService in class org.osgi.util.tracker.ServiceTrackerpublic void modifiedService(org.osgi.framework.ServiceReference reference,
Object service)
modifiedService in interface org.osgi.util.tracker.ServiceTrackerCustomizermodifiedService in class org.osgi.util.tracker.ServiceTrackerpublic void removedService(org.osgi.framework.ServiceReference reference,
Object service)
removedService in interface org.osgi.util.tracker.ServiceTrackerCustomizerremovedService in class org.osgi.util.tracker.ServiceTrackerpublic void close()
close in class org.osgi.util.tracker.ServiceTrackerpublic void onResetStart(ch.qos.logback.classic.LoggerContext context)
onResetStart in interface LogbackResetListenerpublic void onResetComplete(ch.qos.logback.classic.LoggerContext context)
onResetComplete in interface LogbackResetListenerCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.