Skip navigation links

Package org.mbs.services.cu.spi

The SPI package provides a mechanism for implementing resources manageable through Control Unit abstraction and making them available to the applications via the ControlUnitAdmin service.

See: Description

Package org.mbs.services.cu.spi Description

The SPI package provides a mechanism for implementing resources manageable through Control Unit abstraction and making them available to the applications via the ControlUnitAdmin service. This package defines the interface between the Control Unit Admin service and resources and is not intended for direct usage by the applications, which use the Control Units.
A Control Unit resource can be a device or a component of a device, an application or an application module, OSGi bundle, OSGi service, a user, and so forth. To make it manageable via the Control Unit abstraction the resource must be wrapped by an instance of the ControlUnit interface and exported to the Control Unit Admin by ManagedControlUnit or ControlUnitFactory service. More complex resources may be represented as a set of control units grouped in a tree like structured exported by several ManagedControlUnit and/or ControlUnitFactory services.
Skip navigation links

Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.