Uses of Interface
org.openhab.core.service.ReadyService
Package
Description
-
Uses of ReadyService in org.openhab.core.automation.module.script.rulesupport.loader
ModifierConstructorDescriptionAbstractScriptFileWatcher
(WatchService watchService, ScriptEngineManager manager, ReadyService readyService, StartLevelService startLevelService, String fileDirectory, boolean watchSubDirectories) -
Uses of ReadyService in org.openhab.core.common.registry
Modifier and TypeMethodDescriptionprotected void
AbstractRegistry.setReadyService
(ReadyService readyService) protected void
AbstractRegistry.unsetReadyService
(ReadyService readyService) -
Uses of ReadyService in org.openhab.core.config.core.xml
ModifierConstructorDescriptionConfigXmlConfigDescriptionProvider
(ConfigI18nLocalizationService configI18nService, ReadyService readyService) -
Uses of ReadyService in org.openhab.core.config.core.xml.osgi
ModifierConstructorDescriptionXmlDocumentBundleTracker
(org.osgi.framework.BundleContext bundleContext, String xmlDirectory, XmlDocumentReader<@NonNull T> xmlDocumentTypeReader, XmlDocumentProviderFactory<@NonNull T> xmlDocumentProviderFactory, String readyMarkerKey, ReadyService readyService) Creates a new instance of this class with the specified parameters. -
Uses of ReadyService in org.openhab.core.model.rule.jvmmodel
ModifierConstructorDescriptionRulesRefresher
(ModelRepository modelRepository, ItemRegistry itemRegistry, ThingRegistry thingRegistry, ReadyService readyService) -
Uses of ReadyService in org.openhab.core.service
ModifierConstructorDescriptionStartLevelService
(org.osgi.framework.BundleContext bundleContext, ReadyService readyService, EventPublisher eventPublisher) -
Uses of ReadyService in org.openhab.core.thing.link
Modifier and TypeMethodDescriptionprotected void
ItemChannelLinkRegistry.setReadyService
(ReadyService readyService) protected void
ItemChannelLinkRegistry.unsetReadyService
(ReadyService readyService)