| Package | Description |
|---|---|
| org.ops4j.pax.logging.spi.support |
This package may be Private-Packaged by particular pax-logging backends (thus doing a copy), so
common functionality (like implementation of
LogReaderService)
is kept in one place. |
| Modifier and Type | Method and Description |
|---|---|
static RegisteredService<org.osgi.service.log.LogReaderService,LogReaderServiceImpl> |
BackendSupport.createAndRegisterLogReaderService(org.osgi.framework.BundleContext context)
Registers
LogReaderService and makes it available for actual
PaxLoggingService implementation |
static RegisteredService<ConfigurationNotifier,ConfigurationNotifier> |
BackendSupport.eventAdminConfigurationNotifier(org.osgi.framework.BundleContext context)
Prepares (without registration)
ConfigurationNotifier regardles of availability of
Event Admin service |
static RegisteredService<EventAdminPoster,EventAdminPoster> |
BackendSupport.eventAdminSupport(org.osgi.framework.BundleContext context)
Prepares (without registration)
EventAdminPoster regardles of availability of
Event Admin service |
Copyright © 2006–2023 OPS4J - Open Participation Software for Java. All rights reserved.