Uses of Interface
org.openhab.core.service.ReadyService
Packages that use ReadyService
Package
Description
-
Uses of ReadyService in org.openhab.core.automation.module.script.rulesupport.loader
Constructors in org.openhab.core.automation.module.script.rulesupport.loader with parameters of type ReadyServiceModifierConstructorDescriptionprotected
AbstractScriptFileWatcher
(WatchService watchService, ScriptEngineManager manager, ReadyService readyService, StartLevelService startLevelService, String fileDirectory, boolean watchSubDirectories) -
Uses of ReadyService in org.openhab.core.common.registry
Methods in org.openhab.core.common.registry with parameters of type ReadyServiceModifier and TypeMethodDescriptionprotected void
AbstractRegistry.setReadyService
(ReadyService readyService) protected void
AbstractRegistry.unsetReadyService
(ReadyService readyService) -
Uses of ReadyService in org.openhab.core.config.core.xml
Constructors in org.openhab.core.config.core.xml with parameters of type ReadyServiceModifierConstructorDescriptionConfigXmlConfigDescriptionProvider
(ConfigI18nLocalizationService configI18nService, ReadyService readyService) -
Uses of ReadyService in org.openhab.core.config.core.xml.osgi
Constructors in org.openhab.core.config.core.xml.osgi with parameters of type ReadyServiceModifierConstructorDescriptionXmlDocumentBundleTracker
(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
Constructors in org.openhab.core.model.rule.jvmmodel with parameters of type ReadyServiceModifierConstructorDescriptionRulesRefresher
(ModelRepository modelRepository, ItemRegistry itemRegistry, ThingRegistry thingRegistry, ReadyService readyService) -
Uses of ReadyService in org.openhab.core.service
Constructors in org.openhab.core.service with parameters of type ReadyServiceModifierConstructorDescriptionAbstractServiceBundleTracker
(ReadyService readyService, org.osgi.framework.BundleContext bc, ReadyMarker readyMarker) StartLevelService
(org.osgi.framework.BundleContext bundleContext, ReadyService readyService, EventPublisher eventPublisher) -
Uses of ReadyService in org.openhab.core.thing.link
Methods in org.openhab.core.thing.link with parameters of type ReadyServiceModifier and TypeMethodDescriptionprotected void
ItemChannelLinkRegistry.setReadyService
(ReadyService readyService) protected void
ItemChannelLinkRegistry.unsetReadyService
(ReadyService readyService)