Previous Topic

Next Topic

Book Contents

Book Index

Automation Admin

The Bosch IoT Gateway Software, in particular the Automation module, defines a Functional Item service as a general abstraction for representing different types of functionalities. Its unique Functional Item ID is automation:admin. Its name as a Functional Item is "Automation Admin". The Automation Admin service is the "heart" of the automation module. It is responsible for:

The Automation Admin service can be used for:

The Automation Admin service exposes all these methods as Functional Item operations. This enables the Bosch Cloud Services and Bosch Web UI Business Logic to work with rules, templates and handlers in a general way, thus allowing to be used for atomic functionality of:

Registering Bundle

The Automation Admin service implementation is in the com.prosyst.mbs.automation.core bundle.

Dependencies

The Automation Admin service depends on the com.prosyst.mbs.services.fim.spi.FunctionalItemAdminSpi, com.prosyst.mbs.services.db.DBManager, org.osgi.service.event.EventAdmin and com.prosyst.util.threadpool.ThreadPoolManager services.

See also