Uses of Interface
org.ops4j.pax.logging.EventAdminPoster
-
Packages that use EventAdminPoster 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 EventAdminPoster in org.ops4j.pax.logging.spi.support
Classes in org.ops4j.pax.logging.spi.support that implement EventAdminPoster Modifier and Type Class Description classEventAdminTrackerThis ServiceTracker is designed to implement the Event Admin service, but delegate to the actual service if available.Methods in org.ops4j.pax.logging.spi.support that return types with arguments of type EventAdminPoster Modifier and Type Method Description static RegisteredService<EventAdminPoster,EventAdminPoster>BackendSupport. eventAdminSupport(org.osgi.framework.BundleContext context)Prepares (without registration)EventAdminPosterregardles 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
-