public class OSGIPaxLoggingManager extends org.osgi.util.tracker.ServiceTracker implements PaxLoggingManager
Constructor and Description |
---|
OSGIPaxLoggingManager(org.osgi.framework.BundleContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
addingService(org.osgi.framework.ServiceReference reference) |
void |
dispose() |
org.osgi.framework.Bundle |
getBundle() |
PaxLogger |
getLogger(String category,
String fqcn) |
PaxLoggingService |
getPaxLoggingService() |
void |
removedService(org.osgi.framework.ServiceReference reference,
Object service) |
close, getService, getService, getServiceReference, getServiceReferences, getServices, getTrackingCount, modifiedService, open, open, remove, size, waitForService
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, open
public OSGIPaxLoggingManager(org.osgi.framework.BundleContext context)
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 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 PaxLogger getLogger(String category, String fqcn)
getLogger
in interface PaxLoggingManager
public PaxLoggingService getPaxLoggingService()
getPaxLoggingService
in interface PaxLoggingManager
public void dispose()
dispose
in interface PaxLoggingManager
public org.osgi.framework.Bundle getBundle()
getBundle
in interface PaxLoggingManager
Copyright © 2013. All Rights Reserved.