Uses of Class
org.ops4j.pax.logging.spi.support.RegisteredService
-
Packages that use RegisteredService 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 ofLogReaderService) is kept in one place. -
-
Uses of RegisteredService in org.ops4j.pax.logging.spi.support
Methods in org.ops4j.pax.logging.spi.support that return RegisteredService Modifier and Type Method Description static RegisteredService<org.osgi.service.log.LogReaderService,LogReaderServiceImpl>BackendSupport. createAndRegisterLogReaderService(org.osgi.framework.BundleContext context)RegistersLogReaderServiceand makes it available for actualPaxLoggingServiceimplementationstatic RegisteredService<ConfigurationNotifier,ConfigurationNotifier>BackendSupport. eventAdminConfigurationNotifier(org.osgi.framework.BundleContext context)Prepares (without registration)ConfigurationNotifierregardles of availability of Event Admin servicestatic RegisteredService<EventAdminPoster,EventAdminPoster>BackendSupport. eventAdminSupport(org.osgi.framework.BundleContext context)Prepares (without registration)EventAdminPosterregardles of availability of Event Admin service
-