Uses of Class
org.apache.sling.discovery.oak.OakDiscoveryService
-
Packages that use OakDiscoveryService Package Description org.apache.sling.discovery.oak org.apache.sling.discovery.oak.pinger -
-
Uses of OakDiscoveryService in org.apache.sling.discovery.oak
Methods in org.apache.sling.discovery.oak that return OakDiscoveryService Modifier and Type Method Description static OakDiscoveryService
OakDiscoveryService. testConstructor(org.apache.sling.settings.SlingSettingsService settingsService, org.apache.sling.discovery.base.connectors.announcement.AnnouncementRegistry announcementRegistry, org.apache.sling.discovery.base.connectors.ping.ConnectorRegistry connectorRegistry, org.apache.sling.discovery.base.commons.ClusterViewService clusterViewService, Config config, OakViewChecker connectorPinger, org.apache.sling.commons.scheduler.Scheduler scheduler, org.apache.sling.discovery.commons.providers.spi.base.IdMapService idMapService, org.apache.sling.discovery.commons.providers.spi.base.OakBacklogClusterSyncService oakBacklogClusterSyncService, org.apache.sling.discovery.commons.providers.spi.base.SyncTokenService syncTokenService, org.apache.sling.api.resource.ResourceResolverFactory factory)
-
Uses of OakDiscoveryService in org.apache.sling.discovery.oak.pinger
Methods in org.apache.sling.discovery.oak.pinger with parameters of type OakDiscoveryService Modifier and Type Method Description void
OakViewChecker. 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).
-