Previous Topic

Next Topic

Book Contents

Book Index

Managed Rule Provider (Deprecated)

Overview

The Managed Rule Provider – org.eclipse.smarthome.automation.ManagedRuleProvider is responsible for persisting the rules added to the Rule Registry. The Managed Rule Provider is used to:

The results of the invocation of all these methods are reflected in the Rule Registry.

Registering Bundle

The org.eclipse.smarthome.automation.api bundle registers the Managed Rule Provider service. It is declared as an immediate service component.

Dependencies

The Managed Rule Provider depends on the Storage Service.

See also