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.InvalidSyntaxException
public Object addingService(org.osgi.framework.ServiceReference reference)
addingService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
addingService
in class org.osgi.util.tracker.ServiceTracker
public void modifiedService(org.osgi.framework.ServiceReference reference, Object service)
modifiedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
modifiedService
in class org.osgi.util.tracker.ServiceTracker
public void removedService(org.osgi.framework.ServiceReference reference, Object service)
removedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
removedService
in class org.osgi.util.tracker.ServiceTracker
public void close()
close
in class org.osgi.util.tracker.ServiceTracker
public void onResetStart(ch.qos.logback.classic.LoggerContext context)
onResetStart
in interface LogbackResetListener
public void onResetComplete(ch.qos.logback.classic.LoggerContext context)
onResetComplete
in interface LogbackResetListener
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.