Uses of Class
org.apache.sling.discovery.oak.OakDiscoveryService
Packages that use OakDiscoveryService
-
Uses of OakDiscoveryService in org.apache.sling.discovery.oak
Methods in org.apache.sling.discovery.oak that return OakDiscoveryServiceModifier and TypeMethodDescriptionstatic OakDiscoveryServiceOakDiscoveryService.testConstructor(SlingSettingsService settingsService, AnnouncementRegistry announcementRegistry, ConnectorRegistry connectorRegistry, ClusterViewService clusterViewService, Config config, OakViewChecker connectorPinger, Scheduler scheduler, IdMapService idMapService, OakBacklogClusterSyncService oakBacklogClusterSyncService, SyncTokenService syncTokenService, ResourceResolverFactory factory) -
Uses of OakDiscoveryService in org.apache.sling.discovery.oak.pinger
Methods in org.apache.sling.discovery.oak.pinger with parameters of type OakDiscoveryServiceModifier and TypeMethodDescriptionvoidOakViewChecker.initialize(OakDiscoveryService discoveryService) The initialize method is called by the OakDiscoveryService.activate as we require the discoveryService (and the discoveryService has a reference on us - but we cant have circular references in osgi).